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
Describe the bug
When Get.root launch, Get.context is null, and Get.theme always returns ThemeData.fallback(), so config.defaultTransition always has a value, it's impossible to be null.
Describe the bug
When
Get.root
launch,Get.context
is null, andGet.theme
always returnsThemeData.fallback()
, soconfig.defaultTransition
always has a value, it's impossible to be null.Screenshots
example:
Expected behavior
I think replacing
Get.theme.pageTransitionsTheme.builders[platform]
with
(config.theme ?? Get.theme).pageTransitionsTheme.builders[platform]
in the
GetRootState.getThemeTransition
method,can solve this problem.Flutter Version:
Getx Version:
Describe on which device you found the bug:
The text was updated successfully, but these errors were encountered: