|
|
hace 8 años | |
|---|---|---|
| android | hace 8 años | |
| example | hace 8 años | |
| ios | hace 8 años | |
| lib | hace 8 años | |
| .analysis_options | hace 8 años | |
| .gitignore | hace 8 años | |
| CHANGELOG.md | 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.
For Android, it will launch a new Activity inside the App with the Webview inside. Does not allow to integrate a Webview inside a Flutter Widget
For IOS, it will launch a new UIViewController inside the App with the UIWebView inside. Does not allow to integrate a Webview inside a Flutter Widget
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"/>
No extra configuration is needed