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