You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
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
The text was updated successfully, but these errors were encountered: