routes 0.1.4 copy "routes: ^0.1.4" to clipboard
routes: ^0.1.4 copied to clipboard

Dart 1 only

simple server routing

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add routes

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

dependencies:
  routes: ^0.1.4

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:routes/client.dart';
import 'package:routes/server.dart';
0
likes
20
pub points
41%
popularity

Publisher

unverified uploader

simple server routing

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

params, route, route_hierarchical

More

Packages that depend on routes