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';
13
likes
130
pub points
71%
popularity

Publisher

verified publisherjelenski.net

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

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on regex_router