Closed mwgriffiths88 closed 4 years ago
The button shows it's child content instead of continuing with the InProgress animation. Here is an example in this state:
child
InProgress
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
Hello, this fix is not published to pub
The button shows it's
child
content instead of continuing with theInProgress
animation. Here is an example in this state: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