flutter_jsbridge_x 1.0.0 copy "flutter_jsbridge_x: ^1.0.0" to clipboard
flutter_jsbridge_x: ^1.0.0 copied to clipboard

outdated

use jsbridge to webview in flutter. No reliance on webview_flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_jsbridge_x

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

dependencies:
  flutter_jsbridge_x: ^1.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:flutter_jsbridge_x/flutterjsbridgeplugin.dart';
import 'package:flutter_jsbridge_x/init_script.dart';
import 'package:flutter_jsbridge_x/js_bridge.dart';
import 'package:flutter_jsbridge_x/js_obj.dart';
1
likes
60
pub points
53%
popularity

Publisher

unverified uploader

use jsbridge to webview in flutter. No reliance on webview_flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, sprintf

More

Packages that depend on flutter_jsbridge_x