flutter_routing 0.1.11
flutter_routing: ^0.1.11 copied to clipboard
An object-oriented package allowing you to build up a navigation tree from well-defined classes.
0.1.11 19-09-2021. #
- Adding RouteSettings (with name) to the default route builder
0.1.10 19-09-2021. #
- Improving exception management
0.1.9 04-07-2021. #
- Adding a QUEUE system for keeping track of navigation
0.1.8 18-06-2021. #
- Fixing an issue with the analytics system
0.1.7 18-06-2021. #
- Restricting pop-handle to PageRoute
0.1.6 18-06-2021. #
- Adding support for OverlayRoute
0.1.5 17-06-2021. #
- Adding the ability to handle DialogRoute
0.1.4 17-06-2021. #
- Improving the use of the NorseObserver
0.1.3 17-06-2021. #
- Adding a NorseObserver to handle pop logic for relative rooting
0.1.2 22-04-2021. #
- Adding the relative routing based navigation system.
- Adding tests
0.1.1 08-04-2021. #
- Improving null safety
0.1.0 11-02-2021. #
- Migrating to null-safety
0.0.2 03-02-2021. #
- Moving view argument from Widget to Function() => Widget
- Refactoring with dartfm
0.0.1 02-24-2021. #
- Adding the foundation for a new object-oriented routing package.