m4d_router 0.1.6 copy "m4d_router: ^0.1.6" to clipboard
m4d_router: ^0.1.6 copied to clipboard

outdatedDart 1 only

A browser routing library for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add m4d_router

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

dependencies:
  m4d_router: ^0.1.6

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:m4d_router/browser.dart';
import 'package:m4d_router/exceptions.dart';
import 'package:m4d_router/exeptions/RouteNotFoundException.dart';
import 'package:m4d_router/route.dart';
import 'package:m4d_router/router.dart';
import 'package:m4d_router/url_pattern.dart';
import 'package:m4d_router/utils/async_utils.dart';
import 'package:m4d_router/utils/map_utils.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A browser routing library for Dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, uri, validate

More

Packages that depend on m4d_router