| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Flutter EasyLoading 4.0.0 source code.tar.gz | 2026-07-29 | 4.2 MB | |
| Flutter EasyLoading 4.0.0 source code.zip | 2026-07-29 | 4.3 MB | |
| README.md | 2026-07-29 | 1.1 kB | |
| Totals: 3 Items | 8.5 MB | 0 | |
Highlights
- Introduces immutable per-call
EasyLoadingOptions,showCustom, custom progress widgets, automatic dismissal, dismissal reasons,EasyLoadingStyle.auto, and seven additional indicators. - Rebuilds the overlay runtime around one application-level host to prevent flashes and stale timers while coalescing high-frequency progress updates.
- Improves accessibility, reduced-motion behavior, safe-area handling, keyboard constraints, long-text layout, and RTL animation offsets.
- Adds current Flutter platform templates, CI, package metadata, migration guidance, and expanded regression coverage.
Requirements and migration
- Requires Dart 3.8 or later and Flutter 3.32 or later.
- Removes the undocumented
w,key,progressKey, andoverlayEntrymembers. - Review the migration guide before upgrading from 3.x.