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(() {
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user