navi 0.1.0 navi: ^0.1.0 copied to clipboard
A declarative navigation framework for Flutter, based on Navigator 2.0.
[0.1.0] - 03.04.2021 #
- Move from
POCphase (0.0.x) to Development phase - Add
RouteStack
widget as replacement of the oldRouteStack
class - Remove
StackOutlet
widget - Add architecture documentation
- Add more examples
NOTE: no backward compatible with 0.0.x
[0.0.6] - 27.03.2021 #
- Add
InlinePageStack
class - 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