feat : map
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:flutter/animation.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:rasadyar_app/presentation/routes/app_pages.dart';
|
||||
import 'package:supervision/supervision.dart';
|
||||
|
||||
class SplashLogic extends GetxController with GetTickerProviderStateMixin {
|
||||
late final AnimationController scaleController;
|
||||
@@ -54,7 +55,7 @@ class SplashLogic extends GetxController with GetTickerProviderStateMixin {
|
||||
void onReady() {
|
||||
super.onReady();
|
||||
Future.delayed(const Duration(seconds: 1), () {
|
||||
Get.offAllNamed(AppPaths.authWithUserAndPass);
|
||||
Get.offAllNamed(SupervisionRoutes.supervision);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user