refactor : inspection

fix : module list remove injection
This commit is contained in:
2025-09-27 12:39:25 +03:30
parent d9a18c968b
commit 0a98c57d75
12 changed files with 210 additions and 131 deletions

View File

@@ -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(() {

View File

@@ -26,7 +26,7 @@ class AuthPage extends GetView<AuthLogic> {
),
vecPath: Assets.vec.chickenPatternSvg.path,
),
onPopScopTaped: () => Get.back(result: -1),
onPopScopTaped: () => Get.back(result: "HHHHHHHHEloo"),
child: Stack(
children: [
Center(