bridge_me 1.0.2+2
bridge_me: ^1.0.2+2 copied to clipboard
Bridge frees you from context restrictions.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bridge_meWith Flutter:
$ flutter pub add bridge_meThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bridge_me: ^1.0.2+2Alternatively, 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:bridge_me/bridge.dart';
import 'package:bridge_me/bridge_dialog.dart';
import 'package:bridge_me/bridge_navigate.dart';
import 'package:bridge_me/bridge_provider.dart';
import 'package:bridge_me/bridge_snackbar.dart';
import 'package:bridge_me/main.dart';