flutter_webview_plugin 0.1.0 flutter_webview_plugin: ^0.1.0 copied to clipboard
Plugin that allow Flutter to communicate with a native Webview.
0.1.0 #
-
iOS && Android:
- get cookies
- eval javascript
- user agent setting
- state change event
- embed in rectangle or fullscreen if null
- hidden webview
-
Android
- adding Activity in manifest is not needed anymore
-
Add
WebviewScaffold
0.0.9 #
- Android: remove the need to use FlutterActivity as base activity
0.0.4 #
- IOS implementation
- Update to last version of Flutter
0.0.3 #
- Documentation
0.0.2 #
- Initial version for Android