refactor : inspection
fix : module list remove injection
This commit is contained in:
@@ -54,6 +54,7 @@ class AuthLogic extends GetxController with GetTickerProviderStateMixin {
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
|
||||
fLog(Get.arguments.toString());
|
||||
_textAnimationController =
|
||||
AnimationController(vsync: this, duration: const Duration(milliseconds: 1200))
|
||||
..repeat(reverse: true, count: 2).whenComplete(() {
|
||||
|
||||
Reference in New Issue
Block a user