|
|
há 8 anos atrás | |
|---|---|---|
| android | há 8 anos atrás | |
| example | há 8 anos atrás | |
| ios | há 8 anos atrás | |
| lib | há 8 anos atrás | |
| .analysis_options | há 8 anos atrás | |
| .gitignore | há 8 anos atrás | |
| CHANGELOG.md | há 8 anos atrás | |
| LICENSE | há 8 anos atrás | |
| README.md | há 8 anos atrás | |
| flutter_webview_plugin.iml | há 8 anos atrás | |
| pubspec.yaml | há 8 anos atrás |
Plugin that allow Flutter to communicate with a native Webview.
It will launch a new Activity inside the App with the Webview inside. Does not allow to integrate a Webview inside a Flutter Widget
TODO:
For help getting started with Flutter, view our online documentation.
var flutterWebviewPlugin = new FlutterWebviewPlugin();
Add the Activity to you AndroidManifest.xml
<activity android:name="com.flutter_webview_plugin.WebviewActivity"
android:parentActivityName=".MainActivity"/>