rifcare_loading 2.0.0
rifcare_loading: ^2.0.0 copied to clipboard
A lightweight and customizable Flutter package for displaying sleek and responsive alert dialog loading indicators. Designed to enhance user experience with smooth animations and easy integration, thi [...]
CHANGELOG.md
Track version changes:
2.0.0 #
- Latest Stable release of
rifcare_loading
. - Added
RifcareLoading.progress
method for displaying a progress loading dialog with progress of your data. - Added
RifcareLoading.simple
method for displaying a basic loading dialog with a circular progress indicator. - Added
RifcareLoading.modern
method for displaying a loading dialog with customizable Lottie animations. - Customizable options for dialog appearance, loading text, and colors.
- Support for barrier dismissal and back button behavior using
canPop
andbarrierDismissible
parameters. - Documentation and examples included for both loading styles.