Fix warning:
- Change
primary
(deprecated) tobackgroundColor
. This is just internal change.
Tiny changes:
- Remove note about demo issue on Dartpad
- Update dart SDK range to ">=2.17.5 <3.0.0"
Bugfix:
CircularProgressIndicator
as theloadingStateWidget
was not well-displayed
Minor changes:
- Now you can use the
useEqualLoadingStateWidgetDimension
parameter even whenuseWidthAnimation
is set totrue
. Previously, it was ignored. This change is part of the bugfix mentioned above. - Update the demo. Implementing the bugfix above.
- Update README
- Update
flutter_lints
package and the affected codes
Bugfix
_animController
hasn't been initialized when it's disposed
Tiny Changes
- Add more documentation comment to the public API
Tiny Changes
- Fix issue where screenshot was not shown on pub.dev (well, this didn't work)
Tiny Changes
- Correcting code comment's mistake on README.
New Parameter
elevation
: Now it's possible to set the elevation of elevated button
Tiny Changes
- Update readme & demo
First usable release.