Nincs leírás

Hadrien Lejard feb642eaf0 first commit 8 éve
android feb642eaf0 first commit 8 éve
example feb642eaf0 first commit 8 éve
ios feb642eaf0 first commit 8 éve
lib feb642eaf0 first commit 8 éve
.gitignore feb642eaf0 first commit 8 éve
LICENSE feb642eaf0 first commit 8 éve
README.md feb642eaf0 first commit 8 éve
flutter_webview_plugin.iml feb642eaf0 first commit 8 éve
pubspec.yaml feb642eaf0 first commit 8 éve

README.md

flutter_webview_plugin

Plugin that allow Flutter to communicate with a native Webview

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