Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 1.29 KB

1.3.0

  • BUILD: Bump minimum Dart version from 2.17.0 to 2.18.4
  • FEAT: add indicatorStrokeWidth parameter. (521a5853)

1.2.0

  • FEAT: add indicatorSize parameter to AwaitableButton. (5bb188e8)

1.1.0

  • FEAT: add AwaitableFilledButton and AwaitableFilledTonalButton representing FilledButton and FilledTonalButton in Material 3. (d94ac0f7)

1.0.1

  • Update example.

1.0.0

  • BUILD: Bump minimum Dart version from 2.16.1 to 2.17.0
  • REFACTOR: Refactoring with Flutter 3.0.0
  • REFACTOR: Depends on the lint package "altive_lints".

0.4.1

  • FIX: add required to onPressed.
  • CHORE: add web demo link to README.

0.4.0

  • Changed Splash to be hidden during button processing.

0.3.1

  • Added AwaitableOutlinedButton .
  • Added onError to AwaitableIconButton.

0.2.0

  • Added onError .

0.1.0

  • Removed AwaitableButton .

  • Added AwaitableElevatedButton and AwaitableTextButton .

0.0.1

Initial release