webview_javascript_bridge 2.0.0 copy "webview_javascript_bridge: ^2.0.0" to clipboard
webview_javascript_bridge: ^2.0.0 copied to clipboard

A bridge for JavaScript communicate with webview_flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webview_javascript_bridge

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  webview_javascript_bridge: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:webview_javascript_bridge/webview_javascript_bridge.dart';
3
likes
130
pub points
75%
popularity

Publisher

verified publisherstormyang.cn

A bridge for JavaScript communicate with webview_flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on webview_javascript_bridge