Skip to content

Releases: usefulteam/easy_loading_button

0.4.0

03 Jun 11:03

Choose a tag to compare

✨ New Features

  • NEW: Added state property to enable external state control
  • Added support for both internal and external button state management modes

0.3.2

21 Dec 13:39

Choose a tag to compare

Fix warning:

  • Change primary (deprecated) to backgroundColor. This is just an internal change.

0.3.1

13 Jul 11:50

Choose a tag to compare

Tiny changes:

  • Remove note about demo issue on Dartpad
  • Update dart SDK range to ">=2.17.5 <3.0.0"

v0.3.0

12 Jul 02:04

Choose a tag to compare

Bugfix:

  • CircularProgressIndicator as the loadingStateWidget was not well-displayed

Minor changes:

  • Now you can use the useEqualLoadingStateWidgetDimension parameter even when useWidthAnimation is set to true. 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_lints package and the affected codes

v0.2.4

13 Apr 00:46

Choose a tag to compare

Fix issue where _animController hasn't been initialized when it's disposed

v0.2.3

12 Apr 01:54

Choose a tag to compare

Add more documentation comments to the public API

v0.2.2

12 Apr 00:44

Choose a tag to compare

Fix issue where the demo screenshot was not shown on pub.dev

v0.2.1

12 Apr 00:13

Choose a tag to compare

Correcting code comment's mistake on README

v0.2.0

11 Apr 23:55

Choose a tag to compare

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

11 Apr 20:18

Choose a tag to compare

First usable release