Sen descrición

Hadrien Lejard f56fd7ff22 fix typo %!s(int64=8) %!d(string=hai) anos
android 1d54977566 use a singleton instead of static function %!s(int64=8) %!d(string=hai) anos
example f56fd7ff22 fix typo %!s(int64=8) %!d(string=hai) anos
ios feb642eaf0 first commit %!s(int64=8) %!d(string=hai) anos
lib f56fd7ff22 fix typo %!s(int64=8) %!d(string=hai) anos
.gitignore feb642eaf0 first commit %!s(int64=8) %!d(string=hai) anos
LICENSE feb642eaf0 first commit %!s(int64=8) %!d(string=hai) anos
README.md 13a38c8215 update README %!s(int64=8) %!d(string=hai) anos
flutter_webview_plugin.iml feb642eaf0 first commit %!s(int64=8) %!d(string=hai) anos
pubspec.yaml feb642eaf0 first commit %!s(int64=8) %!d(string=hai) anos

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:

  • Android
  • IOS

Getting Started

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

Android

Add the Activity to you AndroidManifest.xml

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