bridge 0.4.2
bridge: ^0.4.2 copied to clipboard
Extensible end-to-end framework
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bridge: ^0.4.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bridge/cli.dart';
import 'package:bridge/cli_init.dart';
import 'package:bridge/core.dart';
import 'package:bridge/database.dart';
import 'package:bridge/events.dart';
import 'package:bridge/exceptions.dart';
import 'package:bridge/http.dart';
import 'package:bridge/tether.dart';
import 'package:bridge/tether_client.dart';
import 'package:bridge/validation.dart';
import 'package:bridge/validation_client.dart';
import 'package:bridge/view.dart';