nuvigator 0.1.1
nuvigator: ^0.1.1 copied to clipboard
A powerful and strongly typed routing abstraction over Flutter navigator, providing some new features and an easy way to define routers with code generation.
CHANGELOG #
0.1.1 #
- Fix a bug when trying to call onDeepLinkNotfound
0.1.0+2 #
- Update pubspec.yaml dependencies versions
0.1.0+1 #
- Improve pub description and update packages
0.1.0 #
- [BREAKING] Major refactor and API revamp
- Create
Nuvigatornavigator widget - Make
Heroanimations work Screenwas renamed toScreenRouteFlowRouteis aScreenRoutefor nested Nuvigators.- Make
ScreenRoutecary information about DeepLinks - Make
GlobalRouterable to be created with callbacks and a baseRouter - Add
cupertinoDialogScreenTypeScreenType - Provide access to the
GlobalRouterthroughInheritedWidgets - Remove the need to extend the
GlobalRouter - Removal of
NavigationServicein favor ofScreenRoute - Removal of
FlowRouterin favor of nestedNuvigators - Removal of
ScreenContextin favor ofBuildContext - Added code generation for creating code from a base Router defined
0.0.4 #
- Fix transition animation when coming from native
- Fix transition animation when popping from flow
0.0.3 #
FlowRoutertype now extendsObject- The
argumentsof push methods was changed fromMaptoObject ScreenWidgetnow is generic to set args type (default isObject)
0.0.2 #
- Add
popUntiltoNavigationService
0.0.1 #
- Initial version