{"id":16309409,"url":"https://github.com/hisaichi5518/native_webview","last_synced_at":"2025-07-01T10:05:01.076Z","repository":{"id":47630162,"uuid":"241894930","full_name":"hisaichi5518/native_webview","owner":"hisaichi5518","description":"A Flutter plugin that allows you to add an inline WebView.","archived":false,"fork":false,"pushed_at":"2022-11-30T14:44:55.000Z","size":452,"stargazers_count":52,"open_issues_count":3,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-11T21:21:17.497Z","etag":null,"topics":["android","dart","flutter","flutter-package","flutter-plugin","flutter-webview","inline-webview","ios","kotlin","plugin","swift","webview"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/native_webview","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hisaichi5518.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-20T13:45:59.000Z","updated_at":"2024-09-21T18:27:41.000Z","dependencies_parsed_at":"2023-01-22T16:15:58.190Z","dependency_job_id":null,"html_url":"https://github.com/hisaichi5518/native_webview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hisaichi5518/native_webview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisaichi5518%2Fnative_webview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisaichi5518%2Fnative_webview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisaichi5518%2Fnative_webview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisaichi5518%2Fnative_webview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hisaichi5518","download_url":"https://codeload.github.com/hisaichi5518/native_webview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisaichi5518%2Fnative_webview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262941544,"owners_count":23388149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dart","flutter","flutter-package","flutter-plugin","flutter-webview","inline-webview","ios","kotlin","plugin","swift","webview"],"created_at":"2024-10-10T21:20:56.724Z","updated_at":"2025-07-01T10:05:01.046Z","avatar_url":"https://github.com/hisaichi5518.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# native_webview [![Pub Version](https://img.shields.io/pub/v/native_webview)](https://pub.dev/packages/native_webview)\n\nA Flutter plugin that allows you to add an inline WebView.\n\n## Motivation\n\nThere is already a useful library for working with WebViews in Flutter.\n\nThese libraries come with trade-offs such as simple implementation but lack features, or very advanced features and complex implementation.\n\nnative_webview is designed to provide users with a standard set of WebView features provided by iOS and Android while keeping the implementation simple.\n\n## Requirements\n\n- Dart: \u003e=2.10.0 \u003c3.0.0\n- Flutter: \u003e=1.22.0 \u003c2.0.0\n- Android: minSdkVersion 24, AndroidX, Kotlin, Chrome version \u003e= 74.0.3729.185\n- iOS: iOS version \u003e= 11.0, Xcode version \u003e= 11, Swift\n\n## Getting Started\n\n### Usage\n\n```dart\nclass InitialUrlScreen extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: Text(\"Initial URL\"),\n      ),\n      body: WebView(\n        initialUrl: \"https://flutter.dev\",\n      ),\n    );\n  }\n}\n```\n\nIf you want to see other examples, see [example](./example) or see DartDoc.\n\n## Known issues\n\n- [Bad hybrid composition performance on Android](https://github.com/flutter/flutter/issues/62303)\n\n## Run tests\n\n- There are tests in `example/integration_test/tests\n- You will need to launch the iOS simulator or Android emulator\n\n```\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisaichi5518%2Fnative_webview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhisaichi5518%2Fnative_webview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisaichi5518%2Fnative_webview/lists"}