theseus_navigator 0.3.3
theseus_navigator: ^0.3.3 copied to clipboard
Theseus Navigator is based on Navigator 2.0 / Router and offers declarative navigation scheme, easy API, supports deeplinks, nested navigators and more.
0.3.3 - 2022-10-29 #
- Fixes an issue when new route is requested by OS during resolving the current destination.
- Added
redirectedFromproperty inDestinationConfiguration - The
gotBackproperty inNavigationControlleris changed tobackFrom, which contains the previous destination whengoBackaction is performed.
0.3.2 - 2022-10-22 #
- Support asynchronous
validatorinRedirection - Added
waitingOverlayBuilderproperty inNavigationScheme - Better test coverage
0.2.0 - 2022-10-02 #
- BREAKING:
TheseusNavigatorclass renamed toNavigationController - BREAKING:
DestinationLightandDefaultDestinationParameterswere removed - Adds
tagproperty toDestinationwhich is another optional way to identify destinations. TabsNavigationBuilderis updated to support 'AppBar'
0.1.3 - 2022-09-28 #
- Added
DrawerNavigationBuilderandTabsNavigationBuilder - Bug fixes
0.1.1 - 2022-06-26 #
- BREAKING: Renamed some methods of
Destinationclass - Update handling of deep-links
- Improve docs
- Bug fixes
0.0.14 - 2022-03-06 #
- Fix Dart Analyzer issues
0.0.13 - 2021-12-30 #
- Add
BottomNavigationBuilder
0.0.12 - 2021-12-27 #
- Update back navigation logic
- Fix package layout
0.0.9 - 2021-12-04 #
- Add web support in the example project
- Fix a bug when navigating history in the web browser
0.0.8 - 2021-10-29 #
- Handle navigation errors
- Add more tests
0.0.7 - 2021-10-24 #
- Update redirection logic
- Support various navigation cases in the demo app
0.0.6 - 2021-10-17 #
- Support redirections
- Update docs
0.0.4 - 2021-10-10 #
- Minor fixes
0.0.1 - 2021-10-10 #
- Initial implementation