navi 0.2.0
navi: ^0.2.0 copied to clipboard
A declarative navigation framework for Flutter, based on Navigator 2.0.
0.2.0-rc+0 25.04.2021 #
- Move from POC phase to development phase. 0.0.x and 0.1.x are just an experiment. Since 0.2,
Naviis ready to be used in your app. Backward compatibility, performance and stability will be considered. Migration documentation will be provided. - Replace
RouteStackwithNaviStackwidget with much simpler API - Add
NaviRouteMixinto receive notification on new route
NOTE: no backward compatible
0.1.2 05.04.2021 #
- Fix bug: stack controller should be notified with the initial state
0.1.1 03.04.2021 #
0.1.0 03.04.2021 #
- Add
RouteStackwidget as replacement of the oldRouteStackclass - Remove
StackOutletwidget - Add architecture documentation
- Add more examples
NOTE: no backward compatible with 0.0.x
0.0.6 27.03.2021 #
- Add
InlinePageStackclass - Add more examples
0.0.5 26.03.2021 #
- Update docs
0.0.4 26.03.2021 #
- Update docs and examples
0.0.3 25.03.2021 #
- Implement declarative API (without routing capability in child and nested stacks)
0.0.2 07.03.2021 #
- Reorganize repository structure
0.0.1 07.03.2021 #
- Initial build without implementation