rc_router 0.3.0 copy "rc_router: ^0.3.0" to clipboard
rc_router: ^0.3.0 copied to clipboard

A simple but powerful Flutter router.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rc_router

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

dependencies:
  rc_router: ^0.3.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:rc_router/rc_router.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple but powerful Flutter router.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, pedantic, provider

More

Packages that depend on rc_router