How to use AnimationController in GetX with GetTickerProviderStateMixin – Flutter
I want to impeliment animation in flutter with GetxController and GetView to controll my animation in every widget I want and this is my Getx Controller: class TestAnimationController extends GetxController with GetTickerProviderStateMixin { late AnimationController anim; late Animation<double> animation; @override…