simple_routes 2.0.0-rc.2 copy "simple_routes: ^2.0.0-rc.2" to clipboard
simple_routes: ^2.0.0-rc.2 copied to clipboard

Simple, declarative route and navigation management for go_router.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_routes

With Flutter:

 $ flutter pub add simple_routes

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

dependencies:
  simple_routes: ^2.0.0-rc.2

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

Import it

Now in your Dart code, you can use:

import 'package:simple_routes/simple_routes.dart';
7
likes
0
pub points
43%
popularity

Publisher

verified publisherandyhorn.dev

Simple, declarative route and navigation management for go_router.

Repository (GitHub)
View/report issues

Topics

#go-router #navigation #routing

License

unknown (license)

Dependencies

flutter, go_router

More

Packages that depend on simple_routes