shiburagi / Drawer-Behavior-Flutter

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
MIT License
209 stars 36 forks source link

Dispose AnimationController when disposing SideDrawer widget. #60

Open zzzaJ opened 3 years ago

zzzaJ commented 3 years ago

The animation controller should be disposed when the side drawer widget is disposed. Prior to super.dispose() being called.