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.
1.0.5 #
- Add RubigoRouter.isInitialized. Use this to know if the initialization of the app is done and the app is upp and running.
1.0.4 #
- Add postNavigationCallback functionality to support async auth change events.
1.0.3 #
- Add navigatorKey as an optional parameter to RubigoRouter.
1.0.2 #
- Remove documentation entry in pubspec.yaml.
- Add extension method RubigoRouter.currentScreenId.
- Any object can be a controller for RubigoScreenMixin, not only ones that extend RubigoControllerMixin.
1.0.1 #
- Remove unused parameter logNavigation in initAndGetFirstScreen.
- Bugfix in AppBarTitleBreadCrumbs.
1.0.0 #
- The first public release.