app_loader 1.4.2
app_loader: ^1.4.2 copied to clipboard
A Flutter package that provides a widget to implement a double back press to close functionality in Flutter applications. Works seamlessly on Android and iOS platforms without any conflicts with web.
1.0.0 #
- Initial release.
- Added package initialization and initial configuration settings.
1.0.1 #
- Changed
materialColorproperty from [MaterialLoader] to type [Color Function(BuildContext context)]
1.1.0 #
- Changed
onFetchDatamethod properties type to [Future
1.1.1 #
- Fix
null_check_operator_used_on_null_valueerror
1.2.0 #
- Added new widget [AppLoaderWrapper]
1.2.1 #
- Fix [AppLoaderWrapper] export
1.3.0+stable #
- Created [LoaderOptions] class to setup the rendering loader widget.
1.4.0 #
-
Added [message] field to LoaderOptions.
-
Added [CancelToken] to future field on [loader.start] method.
1.4.1 #
- Added a check for
context.mountedin theopenmethod to prevent errors when the widget is no longer in the tree.
1.4.2 #
- Fix
WillPopCustomin ios, bug that avoid to use gesture to close modal barriers.