rubigo_router 1.0.2 copy "rubigo_router: ^1.0.2" to clipboard
rubigo_router: ^1.0.2 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 Dart:

 $ dart pub add rubigo_router

With Flutter:

 $ flutter pub add rubigo_router

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

dependencies:
  rubigo_router: ^1.0.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:rubigo_router/rubigo_router.dart';
2
likes
0
points
15
downloads

Publisher

verified publisheryapb.dev

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rubigo_router