loadix 1.0.3
loadix: ^1.0.3 copied to clipboard
Loadix: A Flutter package for customizable, animated loading overlays.
Changelog #
[1.0.3] #
- Add
showInTime
method to automatically hide the loading overlay after a specified duration. - [01.05.2025]
[1.0.2] #
- Minor bug fixes.
- [30.04.2025]
[1.0.1] #
- Support for custom loading indicator widget.
- Basic loading overlay widget with customizable loader type, indicator colors and size.
- [29.04.2025]
[1.0.0] #
- Initial release of loadix Flutter package
- Simple API:
Loadix.show
andLoadix.hide
- Example app demonstrating usage
- [28.04.2025]