|
|
%!s(int64=9) %!d(string=hai) anos | |
|---|---|---|
| android | %!s(int64=9) %!d(string=hai) anos | |
| example | %!s(int64=9) %!d(string=hai) anos | |
| ios | %!s(int64=9) %!d(string=hai) anos | |
| lib | %!s(int64=9) %!d(string=hai) anos | |
| .gitignore | %!s(int64=9) %!d(string=hai) anos | |
| LICENSE | %!s(int64=9) %!d(string=hai) anos | |
| README.md | %!s(int64=9) %!d(string=hai) anos | |
| flutter_webview_plugin.iml | %!s(int64=9) %!d(string=hai) anos | |
| pubspec.yaml | %!s(int64=9) %!d(string=hai) anos |
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"/>