- BUILD: Bump minimum Dart version from 2.17.0 to 2.18.4
- FEAT: add indicatorStrokeWidth parameter. (521a5853)
- FEAT: add indicatorSize parameter to AwaitableButton. (5bb188e8)
- FEAT: add
AwaitableFilledButton
andAwaitableFilledTonalButton
representingFilledButton
andFilledTonalButton
in Material 3. (d94ac0f7)
- Update example.
- 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".
- FIX: add required to onPressed.
- CHORE: add web demo link to README.
- Changed Splash to be hidden during button processing.
- Added
AwaitableOutlinedButton
. - Added
onError
toAwaitableIconButton
.
- Added
onError
.
-
Removed
AwaitableButton
. -
Added
AwaitableElevatedButton
andAwaitableTextButton
.
Initial release