Skip to content
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

Exception: GetRoot is not part of the three 【get: ^5.0.0-release-candidate-9.2】 #3218

Open
jackson0122 opened this issue Sep 21, 2024 · 3 comments
Assignees

Comments

@jackson0122
Copy link

GetMaterialApp(
debugShowCheckedModeBanner: false,
enableLog: true,
defaultTransition: Transition.fade,
opaqueRoute: Get.isOpaqueRouteDefault,
popGesture: Get.isPopGestureEnable,
transitionDuration: Get.defaultTransitionDuration,
translations: TranslationLangs(),
locale: TranslationLangs.locale,
fallbackLocale: TranslationLangs.fallbackLocale,
supportedLocales: TranslationLangs.supportedLocales,
initialRoute: RouteNames.root,
getPages: RoutePages.pages,
builder: EasyLoading.init(),
)

Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2663184aa7 (9 days ago) • 2024-09-11 16:27:48 -0500
Engine • revision 36335019a8
Tools • Dart 3.5.3 • DevTools 2.37.3

@ZhuJHua
Copy link

ZhuJHua commented Sep 22, 2024

It seems that you do something before the Get has been created, can you show more code?

@020996
Copy link

020996 commented Sep 25, 2024

When I open a screen from a push notification and the app is in closed state or the app is in background mode, I get this error. Can you help me?
@ZhuJHua

@ZhuJHua
Copy link

ZhuJHua commented Sep 25, 2024

When I open a screen from a push notification and the app is in closed state or the app is in background mode, I get this error. Can you help me? @ZhuJHua

Are you using flutter_local_notifications plugin? Can you show more code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants