flutter_jsbridge_sdk 1.0.2 copy "flutter_jsbridge_sdk: ^1.0.2" to clipboard
flutter_jsbridge_sdk: ^1.0.2 copied to clipboard

A lightweight jsbridge for sending messages between flutter and javascript in WebViews.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_jsbridge_sdk

With Flutter:

 $ flutter pub add flutter_jsbridge_sdk

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

dependencies:
  flutter_jsbridge_sdk: ^1.0.2

Alternatively, your editor might support dart pub get or 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_sdk/flutter_jsbridge_sdk.dart';
5
likes
150
points
370
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight jsbridge for sending messages between flutter and javascript in WebViews.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on flutter_jsbridge_sdk