loadix 1.0.1
loadix: ^1.0.1 copied to clipboard
Loadix is a customizable Flutter loading overlay package that provides easy-to-use, animated loading indicators. Perfect for displaying loading states during async operations in mobile and web apps.
Changelog #
1.0.1 - 2025-05-01 #
- Support for custom loading indicator widget.
- Basic loading overlay widget with customizable loader type, indicator colors and size
1.0.0 - 2025-04-30 #
- Initial release of loadix Flutter package
- Simple API:
Loadix.show()andLoadix.hide() - Example app demonstrating usage