When I use this method
rubberAnimationController.addStatusListener((status) {});
always status in this method returns AnimationStatus.completed
I can’t handle the position of the widget in real time.
flutter version: 3.16.5
rubber version: 1.1.0
Thank you.
When I use this method
rubberAnimationController.addStatusListener((status) {});
always status in this method returns AnimationStatus.completed
I can’t handle the position of the widget in real time.
flutter version: 3.16.5
rubber version: 1.1.0
Thank you.