app_loader 1.1.1
app_loader: ^1.1.1 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