flutter_webview_communication 0.1.0
flutter_webview_communication: ^0.1.0 copied to clipboard
A Flutter plugin for bi-directional communication between WebView and Flutter with HTML, CSS, and script support.
flutter_webview_communication #
A Flutter plugin for creating WebViews with bi-directional communication capabilities between Flutter and JavaScript, based on the webview_flutter package.
Features #
- Custom HTML content rendering
- Optional CSS styling
- Custom JavaScript code injection
- JSON-based bi-directional communication
- Action-based message handling
- Platform-specific WebView configurations (Android & iOS)
Installation #
Add this to your pubspec.yaml:
dependencies:
flutter_webview_communication: ^0.1.0