getx
getx copied to clipboard
Get.snackbar(...) AnimationController not disposed
the usual Get.snackbar(...)
based on SnackBarController which is based on AnimationController , that AnimationController need a dispose() method, it stay leaked
i have this question too, i want to know which method should call animationcontroller.dispose() ?