mcrovero / rubber

An elastic material bottom sheet implementation for Flutter.
BSD 2-Clause "Simplified" License
562 stars 88 forks source link

RubberAnimationController status listener #75

Open emanuelzallikodelabs opened 9 months ago

emanuelzallikodelabs commented 9 months ago

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.

stcojo commented 5 months ago

Project appears to be dead.