mod: handle dispose

This commit is contained in:
bggRGjQaUbCoE
2024-08-29 17:45:41 +08:00
parent 536a2177c7
commit 33a4b408e1
43 changed files with 274 additions and 150 deletions

View File

@@ -33,6 +33,7 @@ class AnimatedDialogState extends State<AnimatedDialog>
@override
void dispose() {
controller!.removeListener(() {});
controller!.dispose();
super.dispose();
}