halilozercan / ProgressButton

A Flutter Material Button that animates between Progress and Error states
Other
132 stars 12 forks source link

Button's 'child' content is shown during the 'InProgress' animation #4

Closed mwgriffiths88 closed 4 years ago

mwgriffiths88 commented 5 years ago

The button shows it's child content instead of continuing with the InProgress animation. Here is an example in this state:

in-progress-animation

The problem appears to relate too the snippet below. In this case, the animation will stop running after it's first completion:

https://github.com/halilozercan/ProgressButton/blob/5d4d39b1bc0cfd440623a293a1f6e9ae12ff62a8/lib/progress_button.dart#L106-L108

mwgriffiths88 commented 5 years ago

5

kaoz70 commented 4 years ago

Hello, this fix is not published to pub