flutter_webview_plugin 0.0.3 copy "flutter_webview_plugin: ^0.0.3" to clipboard
flutter_webview_plugin: ^0.0.3 copied to clipboard

outdatedDart 1 only

Plugin that allow Flutter to communicate with a native Webview.

flutter_webview_plugin #

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:

Getting Started #

For help getting started with Flutter, view our online documentation.

Dart #

var flutterWebviewPlugin = new FlutterWebviewPlugin();

Android #

Add the Activity to you AndroidManifest.xml

<activity android:name="com.flutter_webview_plugin.WebviewActivity"
                  android:parentActivityName=".MainActivity"/>
715
likes
0
pub points
98%
popularity

Publisher

verified publisherfluttercommunity.dev

Plugin that allow Flutter to communicate with a native Webview.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_webview_plugin