app_loader
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.4.3
86 downloads/mo
#2366 most downloaded on pub.dev
detextre4/app_loader
What this package is like to depend on
Last release 5 months ago
13 Mar 2026
Ships on a steady schedule
a new release about every 4 months
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
11 releases · first in 2025
2 releases in the last 12 months
see the full history below
Release timeline
11 releases · Mar 2025 to Mar 2026Releases
latest 11-
1.4.313 Mar 2026 -
1.4.206 Nov 2025Release notes
Open source →- Fix
WillPopCustomin ios, bug that avoid to use gesture to close modal barriers.
- Fix
-
1.4.130 May 2025Release notes
Open source →- Added a check for
context.mountedin theopenmethod to prevent errors when the widget is no longer in the tree.
- Added a check for
-
1.4.007 Mar 2025Release notes
Open source →-
Added [message] field to LoaderOptions.
-
Added [CancelToken] to future field on [loader.start] method.
-
-
1.3.0+stable02 Mar 2025 -
1.2.102 Mar 2025 -
1.2.002 Mar 2025 -
1.1.101 Mar 2025 -
1.1.001 Mar 2025Release notes
Open source →- Changed
onFetchDatamethod properties type to [Future<void> Function( BuildContext context, { required AppLoader loader, required ValueNotifier<MaterialLoaderStatus> fetchStatus, })]
- Changed
-
1.0.101 Mar 2025Release notes
Open source →- Changed
materialColorproperty from [MaterialLoader] to type [Color Function(BuildContext context)]
- Changed
-
1.0.001 Mar 2025Release notes
Open source →- Initial release.
- Added package initialization and initial configuration settings.