routemaster 1.0.1 copy "routemaster: ^1.0.1" to clipboard
routemaster: ^1.0.1 copied to clipboard

Easy-to-use Navigator 2.0 router for web, mobile and desktop. URL-based routing, simple navigation of tabs and nested routes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add routemaster

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

dependencies:
  routemaster: ^1.0.1

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:routemaster/routemaster.dart';
630
likes
110
pub points
96%
popularity

Publisher

verified publishertom.gilder.dev

Easy-to-use Navigator 2.0 router for web, mobile and desktop. URL-based routing, simple navigation of tabs and nested routes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_web_plugins, path

More

Packages that depend on routemaster