in_app_navigator 1.0.9
in_app_navigator: ^1.0.9 copied to clipboard
The in_app_navigator Flutter library is a powerful tool designed to customize route navigation within your Flutter applications. It provides developers with an easy and flexible way to handle navigati [...]
1.0.9 #
- Create accessible for Typedefs and delegate
1.0.8 #
- Add Custom router
1.0.7 #
- Add route middleware
1.0.6 #
- Improve next route algorithm
1.0.5 #
- Add next route operation using specific routes
1.0.4 #
- Next route supports
1.0.3 #
-
Rename navigator data finder operations:
- Replaced name: [getNavigatorData, getNavigatorDataOrNull]
- Old name: [get, getOrNull]
-
Remove object finder operation [get] and replace [findOrNull]
1.0.2 #
- Find config data using key or type
1.0.1 #
- BuildContext to navigate supported
- Clear all background routes and open new route
- Easiest implementation
1.0.0 #
- initial release.