new_loading_indicator 1.2.0
new_loading_indicator: ^1.2.0 copied to clipboard
A fork of the loading_indicator package, providing a rich collection of loading animations for Flutter applications.
1.2.0 #
Update version number, dependencies. Fixed the issues where the tests were finding too many FadeTransition widgets (likely due to internal changes in the Flutter SDK or test framework that introduced extra transitions in the widget tree).
1.1.0 #
Update version numbers, dependencies, and analysis options. Adjusted code formatting for consistency and improved animation handling in various indicators.
1.0.2 #
- Bump Dart and Flutter SDK constraints.
- Change the repository URL.
1.0.1 #
- Created an example application to showcase the loading indicator animations.
- Added the link to the example application running on GitLab Pages to README.md.
1.0.0 #
- Initial release of the
new_loading_indicatorpackage. - Added 169 tests with 97.3% coverage ensuring reliability.
- Added comprehensive documentation for all animations and usage scenarios.