rive_loading_plus 0.1.3
rive_loading_plus: ^0.1.3 copied to clipboard
Loading widget based on a custom Rive animation, allow you to create beautiful custom loading widgets or dialogs. Fork of rive_loading with modern Rive support.
0.1.3 - 2026-02-06 #
Package Rename #
- Package renamed to
rive_loading_plus: Forked from the originalrive_loadingpackage to provide continued maintenance and modern Rive support
Breaking Changes #
- Dart 3 Required: Minimum Dart SDK version is now
>=3.0.0 - Rive 0.14.x Required: Updated Rive dependency to
^0.14.x(was^0.8.x) - Flutter 3.0.0+: Minimum Flutter version is now
>=3.0.0
Changes #
- Internal rewrite to use the new Rive API (0.14.x)
- Updated to use latest Rive runtime for better performance and compatibility
- Library renamed from
rive_loadingtorive_loading_plus
Migration from rive_loading #
To migrate from the original rive_loading package:
- Replace dependency:
rive_loading→rive_loading_plus - Update import:
package:rive_loading/rive_loading.dart→package:rive_loading_plus/rive_loading_plus.dart - The public API remains unchanged - no other code changes needed
[0.1.3] - 10/06/2022. #
- update for flutter 3.0.0
0.1.2 04/04/2022. #
- fix problem when animation finishes but callback not called
0.1.1 24/03/2022. #
- fix problem by processing callback too soon
0.1.0 18/04/2021. #
- migrate to null safety
0.0.4 06/04/2021. #
- fix rive breaking change
0.0.3 19/03/2021. #
- fix issues on callback trigger time
0.0.2 02/03/2021. #
- first issues with internal resources not cleaned.
0.0.1 02/03/2021. #
- initial release.