feat : new injection logic
test : some file :) chore : upgrade android gradle
This commit is contained in:
@@ -155,7 +155,10 @@ class SplashLogic extends GetxController with GetTickerProviderStateMixin {
|
||||
tokenService.getModule();
|
||||
final module = tokenService.appModule.value;
|
||||
final target = getTargetPage(module);
|
||||
Get.offAndToNamed(target);
|
||||
if (target.values.first != null) {
|
||||
await target.values.first;
|
||||
}
|
||||
Get.offAndToNamed(target.keys.first);
|
||||
} catch (e, st) {
|
||||
debugPrint("onReady error: $e\n$st");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user