Keine Beschreibung

Hadrien Lejard be2aa34e26 compile ios vor 8 Jahren
android 122ba7c940 update plugin registration vor 8 Jahren
example f56fd7ff22 fix typo vor 8 Jahren
ios be2aa34e26 compile ios vor 8 Jahren
lib 122ba7c940 update plugin registration vor 8 Jahren
.gitignore feb642eaf0 first commit vor 8 Jahren
LICENSE feb642eaf0 first commit vor 8 Jahren
README.md be2aa34e26 compile ios vor 8 Jahren
flutter_webview_plugin.iml feb642eaf0 first commit vor 8 Jahren
pubspec.yaml 122ba7c940 update plugin registration vor 8 Jahren

README.md

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

FlutterWebviewPlugin flutterWebviewPlugin = new FlutterWebviewPlugin();

Android

Add the Activity to you AndroidManifest.xml

<activity android:name="com.flutter_webview_plugin.WebviewActivity"
                  android:parentActivityName=".MainActivity"/>