|
|
9 年之前 | |
|---|---|---|
| android | 9 年之前 | |
| example | 9 年之前 | |
| ios | 9 年之前 | |
| lib | 9 年之前 | |
| .gitignore | 9 年之前 | |
| LICENSE | 9 年之前 | |
| README.md | 9 年之前 | |
| flutter_webview_plugin.iml | 9 年之前 | |
| pubspec.yaml | 9 年之前 |
Plugin that allow Flutter to communicate with a native Webview
TODO:
For help getting started with Flutter, view our online documentation.
Add the Activity to you AndroidManifest.xml
<activity android:name="com.flutter_webview_plugin.WebviewActivity"
android:parentActivityName=".MainActivity"/>