nit_router 0.5.0
nit_router: ^0.5.0 copied to clipboard
Go Router wrapper with easy routes configuration and convenience classes for navigation
0.5.0 #
Some fixes and previous changes
0.4.0 #
Added additional customization to bottomNavigationBar Added manualRedirects param Added unique key to pageBuilder
0.3.2 #
Added menuItemTap
0.3.1 #
Added navigationPathParametersProvider and navigationExtraParameterProvider to module exports
0.3.0 #
Added configuration options and 1 parameter skipZoneInRouteNames (default true) If true than Zone name is not included in route names. name property is overriden in order to support this parameter without any hassle
Added BottomNavigationBar paramethers this.showSelectedLabels, this.showUnselectedLabels, this.type,
0.2.0 #
Changed NitBottomNavigationBar to enable UI customization
0.1.0 #
Changed NitMenuItem - removed asserts, changed constructors
0.0.3 #
Bugfix in nit_bottom_navigation_bar for menu items having action instead of route.
0.0.2 #
Constant nitParameterSubstitutionPattern moved outside of the class in order to ease setting up string patterns
0.0.1 #
Initial release - navigation zones, navigation params, redirects, routerProvider, navigation bar