| 1234567891011121314151617181920212223 |
- name: flutter_webview_plugin
- description: Plugin that allow Flutter to communicate with a native Webview.
- authors:
- - Hadrien Lejard <hadrien.lejard@gmail.com>
- - Toufik Zitouni <toufiksapps@gmail.com>
- - Pedia <kpedia@163.com>
- - Simon Lightfoot <simon@devangels.london>
- - Rafal Wachol <gorudonu@gmail.com>
- homepage: https://github.com/dart-flitter/flutter_webview_plugin
- version: 0.3.5
- maintainer: Simon Lightfoot (@slightfoot)
- environment:
- sdk: ">=2.0.0 <3.0.0"
- flutter:
- plugin:
- androidPackage: com.flutter_webview_plugin
- pluginClass: FlutterWebviewPlugin
- dependencies:
- flutter:
- sdk: flutter
|