akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.38k stars 378 forks source link

Navigator.pop Animation Controller used after calling disposed. #205

Open brianschardt opened 4 years ago

brianschardt commented 4 years ago

Everything works until i go back using Navigator.pop

Then I get this error:

Unhandled Exception: 'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 514 pos 7: '_ticker != null': AnimationController.animateTo() called after AnimationController.dispose()
AnimationController methods should not be used after calling dispose.
ufukhawk commented 3 years ago

same

wilson-christian commented 3 years ago

I am getting same error, does this have any fix yet?