Skip to content

Releases: usefulteam/easy_loading_button

0.4.0

Choose a tag to compare

@contactjavas contactjavas released this 03 Jun 11:03

✨ 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

Choose a tag to compare

@contactjavas contactjavas released this 21 Dec 13:39

Fix warning:

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

0.3.1

Choose a tag to compare

@contactjavas contactjavas released this 13 Jul 11:50

Tiny changes:

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

v0.3.0

Choose a tag to compare

@contactjavas contactjavas released this 12 Jul 02:04

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

Choose a tag to compare

@contactjavas contactjavas released this 13 Apr 00:46

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

v0.2.3

Choose a tag to compare

@contactjavas contactjavas released this 12 Apr 01:54

Add more documentation comments to the public API

v0.2.2

Choose a tag to compare

@contactjavas contactjavas released this 12 Apr 00:44

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

v0.2.1

Choose a tag to compare

@contactjavas contactjavas released this 12 Apr 00:13

Correcting code comment's mistake on README

v0.2.0

Choose a tag to compare

@contactjavas contactjavas released this 11 Apr 23:55

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

Choose a tag to compare

@contactjavas contactjavas released this 11 Apr 20:18

First usable release