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
After upgrading flutter SDK to version 3.27.1, Get.defaultDialog is not working anymore showing a null value error. I have replaced my defaultDialog with basic dialog shown below and the issue persist. The issue happens in the module code below:
After upgrading flutter SDK to version 3.27.1, Get.defaultDialog is not working anymore showing a null value error. I have replaced my defaultDialog with basic dialog shown below and the issue persist. The issue happens in the module code below:
extension_navigation.dart
assert(debugCheckHasMaterialLocalizations(context!));
Exception has occurred.
_TypeError (Null check operator used on a null value)
example code:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
GETX Dialog to be shown
Flutter Version:
3.27.1
Getx Version:
4.6.6
Describe on which device you found the bug:
MacOS
Minimal reproduce code
The text was updated successfully, but these errors were encountered: