regex_router 2.0.2 copy "regex_router: ^2.0.2" to clipboard
regex_router: ^2.0.2 copied to clipboard

Router with regex support. Use names to provide arguments like in REST.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add regex_router

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

dependencies:
  regex_router: ^2.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:regex_router/regex_router.dart';
14
likes
150
points
61
downloads

Publisher

verified publisherjelenski.net

Weekly Downloads

Router with regex support. Use names to provide arguments like in REST.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on regex_router