tree_navigation 1.1.7
tree_navigation: ^1.1.7 copied to clipboard
Navigation package for abomis coding structure
1.1.7 02.03.2025 #
- Updated GoRouter to 14.8.1
1.1.6 08.01.2025 #
- Set toast background color to transparent.
1.1.5 08.01.2025 #
- Added "showToast" and "cleanAllToasts" methods to the interface.
1.1.4 08.01.2025 #
- RouteProvider.of method will not throw "Null check operator used on a null value" exception.
1.1.3 08.01.2025 #
- Exposed "NoTransitionPage" class
1.1.2 07.01.2025 #
- Upgraded dependencies
1.1.1 02.10.2024 #
- Fixed navigation one pop
1.1.0 01.10.2024 #
- Added navigation one
1.0.11 25.09.2024 #
- Fixed calling then clause after popping by phone button or gesture
1.0.10 22.09.2024 #
- Fixed pop until route
1.0.9 29.08.2024 #
- Pop ups do not mess with "then" clause of goNamed functions.
1.0.8 28.08.2024 #
- Consecutive pops will not raise "Bad State Element" exception.
1.0.7 26.08.2024 #
- Can get popped value by waiting for goNamed
1.0.6 07.08.2024 #
- Possible to put TreeNavigation.makeMaterialApp in the build
1.0.5 01.07.2024 #
- Made page builders optional
1.0.4 01.07.2024 #
- Fixed using two identical navigation observers
1.0.3+10300 30.06.2024 #
- Made page builders optional
- Updated ReadMe.MD
1.0.2+10200 30.06.2024 #
- Added default page builder and default shell page builder
1.0.1+101 16.06.2024 #
- Removed redundant files
1.0.0+1 16.06.2024 #
- Initial release