Sem descrição

Hadrien Lejard b0d9458166 Merge branch 'master' of https://github.com/dart-flitter/flutter_webview_plugin há 8 anos atrás
android 122ba7c940 update plugin registration há 8 anos atrás
example f56fd7ff22 fix typo há 8 anos atrás
ios be2aa34e26 compile ios há 8 anos atrás
lib f2b4436fa9 doc há 8 anos atrás
.analysis_options f2b4436fa9 doc há 8 anos atrás
.gitignore feb642eaf0 first commit há 8 anos atrás
CHANGELOG.md f2b4436fa9 doc há 8 anos atrás
LICENSE feb642eaf0 first commit há 8 anos atrás
README.md a57ce56027 Prefer var há 8 anos atrás
flutter_webview_plugin.iml feb642eaf0 first commit há 8 anos atrás
pubspec.yaml f2b4436fa9 doc há 8 anos atrás

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"/>