-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splash UI #29
Comments
app routes are defined here. https://github.com/delay/flutter_starter/blob/b34120adcfdb363699aab40d4561701be2ba5b5c/lib/constants/app_routes.dart and the initial route is set in main.dart
|
Thanks! I am still learning GetX. I noticed the AppRoutes.routes constant and I see '/' is mapped to SplashUI. I just don't see when/how the login page is called from SlashUI (or how a login controller handles that). I appreciate your help! Cheers |
To be honest I am probably not the best person to answer this anymore. I haven't really coded in flutter in a couple of years. I am building stuff with sveltekit and vanilla javascript these days. GetX has a bunch of user tutorials at the bottom of this page. https://pub.dev/packages/get#community-channels |
@faviasono I am trying to answer on behalf of @delay as he is busy with other things. Please go to Lib->Controllers->auth_controller.dart. Check the code after init (i guess). Now you can refer the code and check getX documentation for "Get.off() & Get.offAll()" Code:
|
Hi, could you please explain to me how you connected the Splash UI defined as initial route ('/') in GetMaterialApp?
I do not understand how you get to login page if you have not defined a "home" parameter in GetMaterialApp.
Cheers,
Andrea
The text was updated successfully, but these errors were encountered: