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.36k stars 377 forks source link

Prevent from accessing AnimationController when it was disposed #335

Open tomaszmedryk opened 9 months ago

tomaszmedryk commented 9 months ago

This PR is to prevent Null check operator used on a null value crashes when _onGestureSlide or _onGestureEnd is called after AnimationController is being disposed.