-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Flutter customer tests override operator == with a dynamic parameter. #51038
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
Comments
Make operator == override parameters no-nullable. See https://github.com/dart-lang/linter/issues/3441 Work towards dart-lang/sdk#51038.
Make operator == override parameters no-nullable. See dart-lang/linter#3441 Work towards dart-lang/sdk#51038.
…r#3441 Work towards dart-lang/sdk#51038.
@srawlins If I'm not mistaken you should be using Yes, you will get a warning from the |
I'm not sure what you're referring to. One of the PRs? Could you comment on the PR? |
@srawlins I commented on PhilipsHue/flutter_reactive_ble#677 to clarify. Not sure about the cast in the |
* == override parameters are non-nullable Make operator == override parameters no-nullable. See dart-lang/linter#3441 Work towards dart-lang/sdk#51038. * Update fake_google_account.dart
* Make operator == override parameters no-nullable. See dart-lang/linter#3441 Work towards dart-lang/sdk#51038.
Customer tests are fixed. |
* Make operator == override parameters no-nullable. See dart-lang/linter#3441 Work towards dart-lang/sdk#51038.
See failures here: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791703831221213185/+/u/Customer_testing/customer_testing/test_stdout
We have to fix all of these before issuing a warning about it.
The text was updated successfully, but these errors were encountered: