rubigo_router 1.0.5
rubigo_router: ^1.0.5 copied to clipboard
RubigoRouter is a minimalistic router for Flutter apps. It can also add navigation events. With these events, the controller can act on and influence navigation while it happens.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rubigo_router
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rubigo_router: ^1.0.5
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:rubigo_router/rubigo_router.dart';