sethladd / flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 34.4%Language:Dart 31.0%Language:Objective-C 22.3%Language:Ruby 12.3%