flutter_webview_communication 0.1.1
flutter_webview_communication: ^0.1.1 copied to clipboard
A Flutter plugin for bi-directional communication between WebView and Flutter with HTML, CSS, and script support.
0.1.1 #
- Fixed platform support issues by implementing conditional imports for
webview_flutter_androidandwebview_flutter_wkwebview. - Added explicit platform initialization and support for Android, iOS, and macOS.
- Added error handling for unsupported platforms (Web, Windows, Linux) with
Exception. - Updated example to handle unsupported platforms gracefully.
- Added support for loading URLs in addition to HTML content in
buildWebViewwith theisUrlparameter. - Updated documentation and example to demonstrate both HTML and URL usage.
0.1.0 #
- Initial release
- Bi-directional communication between Flutter and WebView
- Support for custom HTML, CSS, and JavaScript
- Platform-specific configurations for Android and iOS