named_routes 0.2.0 copy "named_routes: ^0.2.0" to clipboard
named_routes: ^0.2.0 copied to clipboard

discontinuedreplaced by: routerino
outdated

Add names to routes without a declarative design pattern and without build_runner

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add named_routes

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

dependencies:
  named_routes: ^0.2.0

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:named_routes/named_routes.dart';
1
likes
0
points
3
downloads

Publisher

verified publishertienisto.com

Weekly Downloads

Add names to routes without a declarative design pattern and without build_runner

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on named_routes