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

Don't show a warning for Flutter 1.27 (dev) channel #135

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

passsy
Copy link
Member

@passsy passsy commented Mar 9, 2021

Removes the warning during compilation

Warning: Operand of null-aware operation '??' has type 'Locale' which excludes null.

It's a warning, not an error. It doesn't prevent building apps. It also doesn't error the build command, therefore it can't be used on CI to catch similar errors in the future 😢

Instead of going full nnbd on the dev branch only, I chose a solution that works on stable, too.

Fixes #134

Fixes Warning: Operand of null-aware operation '??' has type 'Locale' which excludes null.
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

Successfully merging this pull request may close these issues.

Warnings in 0.6.1 for null-aware operation
1 participant