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

outdated

Easy-to-use URL-based router for Flutter web, mobile and desktop that uses Navigator 2.0. Simple navigation of nested routes and tabs.

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: ^0.7.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:routemaster/routemaster.dart';
633
likes
0
pub points
96%
popularity

Publisher

verified publishertom.gilder.dev

Easy-to-use URL-based router for Flutter web, mobile and desktop that uses Navigator 2.0. Simple navigation of nested routes and tabs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, flutter_web_plugins, path

More

Packages that depend on routemaster