|
|
hace 8 años | |
|---|---|---|
| android | hace 8 años | |
| example | hace 8 años | |
| ios | hace 8 años | |
| lib | hace 8 años | |
| .gitignore | hace 8 años | |
| LICENSE | hace 8 años | |
| README.md | hace 8 años | |
| flutter_webview_plugin.iml | hace 8 años | |
| pubspec.yaml | hace 8 años |
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"/>