This commit is contained in:
Hamza-Ayed
2024-05-11 17:21:24 +03:00
parent 34c7eea513
commit 940fe26b87
83 changed files with 25 additions and 52 deletions

View File

@@ -44,7 +44,7 @@ class SplashScreenController extends GetxController
}
void startTimer() {
Timer(const Duration(seconds: 4), () {
Timer(const Duration(seconds: 5), () {
box.read(BoxName.onBoarding) == null
? Get.off(() => OnBoardingPage())
: box.read(BoxName.emailDriver) != null