tenon_flutter 2.4.3
tenon_flutter: ^2.4.3 copied to clipboard
tenon flutter.
2.4.3 #
- Add WidgetRefExt.exec for auto-disposing FutureProvider subscriptions
- Add LoadingRefExt.loading for showing loading overlay during async operations
2.4.2 #
- Refactor DioExt methods with improved formatting and add logPrint parameter to openLog.
- Add keepAliveFor function-based keep-alive and rename duration method to keepAliveDuration.
- Refactor overlay providers and widgets, add OverlayManager and theme classes.
2.4.1 #
- Add DioExt, and refactor DioNotifier to use DioExt extension methods.
2.4.0 #
- Riverpod update dependencies to 3.0.0
- Refactor Logger module to support custom log printer.
2.3.1 #
- Fix bug that RouterObserver only add when debug mode.
2.3.0 #
- Refactor app initialization and provider structure.
2.2.0 #
- Added @TenonRoute support for ShellRoute.
2.1.0 #
- @TenonRoute remove the withState property and change it to look for the presence of a GoRouterState from the list of parameters in the annotation class constructor.
2.0.0 #
- Re-architected based on Riverpod.