fast_nav 0.4.0 fast_nav: ^0.4.0 copied to clipboard
Navigate without context. Call navigation methods from your business logic.
0.4.0 #
- Adds context extensions
- Adds support for Cupertino routes
- Renames
navigatorName
parameter tonavigator
NestedNavigator
name
field is now optional
0.3.0 #
- Removes duplicate prevention and simplifies code
NestedNavigator.observers
is now of typeList
instead ofIterable
0.2.5 #
- Updates for Flutter 3.7
0.2.4 #
- Fixed hot reload
0.2.3 #
- Fixed analysis issue
0.2.2 #
- Added slash to anonymous route name for web
0.2.1 #
- Anonymous route duplicate prevention works for root page
0.2.0 #
- Named exceptions
- Duplicate page prevention
- Simpler init
0.1.2 #
- Updated documentation
0.1.1 #
- Updated license
- Updated documentation
0.1.0 #
- Full test coverage
- Updated documentation
- Added canPop
0.0.2 #
- Decreased Dart version constraint
0.0.1 #
- Initial release