material3_expressive_loading_indicator 0.1.2
material3_expressive_loading_indicator: ^0.1.2 copied to clipboard
Material Design 3 expressive loading and progress indicators for Flutter: morphing circular indicator, outlined variant, and wavy linear progress.
0.1.0 #
- Add
ExpressiveLinearProgressIndicator— Material 3–style wavy linear progress (determinate & indeterminate), aligned with ComposeLinearWavyProgressIndicatorbehavior (track, gap, stop, theme integration). - Add
ExpressiveLoadingIndicatorStyle(filled/outlined) andstrokeWidthfor the morphing circular indicator. - Improve scale inset for outlined strokes so paths are not clipped.
- Example app: full Flutter template with demo (including Riverpod-driven sliders for linear demos).
0.0.1 #
- Initial release of
ExpressiveLoadingIndicator— morphing circular loading indicator ported from Android Material 3.