bridge 0.4.2 copy "bridge: ^0.4.2" to clipboard
bridge: ^0.4.2 copied to clipboard

Dart 1 only

Extensible end-to-end framework

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bridge

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

dependencies:
  bridge: ^0.4.2

Alternatively, 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';
0
likes
10
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

Extensible end-to-end framework

License

MIT (license)

Dependencies

cupid, dlog, dotenv, formler, http_parser, mongo_dart, shelf, shelf_static, shelf_web_socket, yaml

More

Packages that depend on bridge