flutter_easyloading_plus 3.2.0
flutter_easyloading_plus: ^3.2.0 copied to clipboard
A clean and lightweight loading/toast widget for Flutter, easy to use without context. Support iOS, Android, and Web with enhanced customization.
3.2.0 2026.04.09 #
- Added accessibility support with
Semanticswidget. - Added
onDismisscallback to all show methods for granular control. - Added
useContextThemesupport: automatically inherit colors fromTheme.of(context). - Added comprehensive Test Suite: Unit & Widget tests (100% core coverage).
- Added full API DartDoc comments for improved IDE support.
- Updated license and attribution.
- Resolved all linting issues (0 analysis issues found).
- Modernized code with better type safety and performance.
3.1.2 2025.11.24 #
- Fixed readme code
3.1.1 2025.11.24 #
- Fixed example code
3.1.0 2025.11.24 #
3.0.0 2021.03.12 #
- 🎉 It's support Null Safety now
2.2.1 2020.11.30 #
- fixed bugs
2.2.0 2020.11.19 #
- add init method
2.1.1 2020.11.11 #
- fixed bugs
1.3.0 2020.09.24 #
- fixed bugs
1.1.1 2020.02.28 #
- add showToast
1.0.1 2019.12.26 #
- fixed bugs
1.0.0 2019.12.26 #
- support custom style
- relased v1.0.0
- fixed bugs
0.0.3 2019.12.25 #
- fixed bugs
0.0.2 2019.12.24 #
- add indicatorType
0.0.1 2019.12.23 #
- init