wave 0.2.5
wave: ^0.2.5 copied to clipboard
Widget for displaying waves with custom color, duration, floating and blur effects.
CHANGELOG #
0.2.5 #
- Improve
WaveWidgetpaint performance for long-duration, high-amplitude wave configurations like GitHub issue #53. - Add a manual benchmark for the issue #53 scenario and regression coverage for runtime amplitude updates.
0.2.4 #
- Expand Dart SDK compatibility to allow Dart 3.
- Add CI coverage for both Flutter 3.7.12 and the latest stable Flutter.
- Avoid deprecated color opacity APIs on current Flutter.
- Add dartdoc coverage for the main public API.
- Replace the reusable publish workflow with Node 24 compatible publish steps.
- Expand README usage guidance with minimal examples, parameter tables, and common errors.
- Refresh the example app with a Material 3 generator, live performance metrics, and copyable code output.
0.2.3 #
- Add runtime validation for custom gradient and layer configuration.
- Add default rendering support for
SingleConfigandRandomConfig. - Improve animation lifecycle handling in
WaveWidget. - Add CI coverage for analyze and tests on Flutter 3.7.
0.2.2 #
Update banner.
0.2.1 #
Modify README and web version example, etc.
0.2.0 #
Migrate to null safety.
0.1.0 #
Add backgroundImage param.
0.0.7 #
Add options of setting blur and gradient.