any_animated_button 0.0.4 any_animated_button: ^0.0.4 copied to clipboard
Button, which animates between idle, progress and success/error state, indicating that some process is running in the background.
0.0.4 #
- updated flutter version to use 3.3.5
- added child field
AnyAnimatedButtonBlocListener
to make it usable without MultiBlocListener
0.0.3 #
- adjusted package to work with flutter_bloc version ^8.0.0
0.0.2 #
- added additional fields to
AnyAnimatedButtonParams
- added duration field to progress, success and error default factory params constructor
- refactored generic types in
AnyAnimatedButtonBlocListener
for better type checking - added smoother text animation by setting
softWrap: true
inText
inMinimalisticButton
0.0.1 #
- initial release with first version of the button.