Releases: usefulteam/easy_loading_button
Releases · usefulteam/easy_loading_button
0.4.0
0.3.2
Fix warning:
- Change
primary(deprecated) tobackgroundColor. This is just an internal change.
0.3.1
Tiny changes:
- Remove note about demo issue on Dartpad
- Update dart SDK range to ">=2.17.5 <3.0.0"
v0.3.0
Bugfix:
CircularProgressIndicatoras theloadingStateWidgetwas not well-displayed
Minor changes:
- Now you can use the
useEqualLoadingStateWidgetDimensionparameter even whenuseWidthAnimationis set totrue. Previously, it was ignored.
This change is part of the bug fix mentioned above. - Update the demo. Implementing the bugfix above.
- Update README
- Update
flutter_lintspackage and the affected codes
v0.2.4
Fix issue where _animController hasn't been initialized when it's disposed
v0.2.3
Add more documentation comments to the public API
v0.2.2
Fix issue where the demo screenshot was not shown on pub.dev
v0.2.1
Correcting code comment's mistake on README
v0.2.0
New Parameter
elevation: Now it's possible to set the elevation of elevated button
Small Changes
- Update README
- Provide DartPad demo link
v0.1.0
First usable release