-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
if-case gives different results in debug and release mode #57009
Comments
Summary: The |
Thanks for opening an issue! Could you provide more information about what debug and release modes are you talking about? How are you building and running the app to get each result? |
@parlough |
I can reproduce this with normal Dart:
|
Testing with latest beta release, I can no longer reproduce the issue:
|
I think this was fixed by 36054ee |
The code below has different print results depending on debug and release modes.
debug :
it is not String null
release:
it is String null
The text was updated successfully, but these errors were encountered: