rubigo_router 1.0.5 copy "rubigo_router: ^1.0.5" to clipboard
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';
2
likes
150
points
38
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rubigo_router