fluid_progress_indicator 1.0.0
fluid_progress_indicator: ^1.0.0 copied to clipboard
Beautiful fluid progress indicators for Flutter with customizable wave animations, gradients, rounded corners, and smooth fill transitions. Accessible and performant.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 #
⚠️ BREAKING CHANGE: License Update #
- License: Changed from MIT License to Rishabh Software Source Available License (Non-Commercial) v1.0.
- Free for personal projects, learning, academic purposes, and evaluation
- Modification and forking allowed for non-commercial use
- Commercial use requires a separate license from Rishabh Software
- For licensing inquiries, refer to LICENSE for contact details.
Changed #
- Added contact information section in README.
0.0.1 #
- 🎉 : Introduced fluid progress animation component.
- 💧 Fluid / liquid fill animation with configurable wave count & amplitude
- 🎛️ Customizable: colors, gradients, borders (via background), rounded corners, text/child overlay
- ♿ Accessible: supports semantics labels and value announcements
- ⚡ Efficient: single CustomPainter, cache‑friendly; no custom shaders required
- 🧩 Composable: use anywhere a Widget is accepted; works with Bloc, Riverpod, or vanilla setState
- 🎨 Theming: plays nicely with Material 3 (ThemeData.colorScheme) and dark mode
