No Description

Hadrien Lejard a707e34637 Merge pull request #2 from sethladd/patch-1 8 years ago
android 122ba7c940 update plugin registration 8 years ago
example f56fd7ff22 fix typo 8 years ago
ios be2aa34e26 compile ios 8 years ago
lib 122ba7c940 update plugin registration 8 years ago
.gitignore feb642eaf0 first commit 8 years ago
LICENSE feb642eaf0 first commit 8 years ago
README.md a57ce56027 Prefer var 8 years ago
flutter_webview_plugin.iml feb642eaf0 first commit 8 years ago
pubspec.yaml 122ba7c940 update plugin registration 8 years ago

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

var flutterWebviewPlugin = new FlutterWebviewPlugin();

Android

Add the Activity to you AndroidManifest.xml

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