-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Bump Dart SDK to 1.22.0-dev.10.3 #7791
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
Conversation
|
/cc @leafpetersen @pq |
examples/stocks/lib/stock_data.dart
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be needed. return without a value should just return null, no? We rely on this all over the place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The analyzer is complaining about it:
[warning] Missing return value after 'return'. (/usr/local/google/home/goderbauer/dev/flutter/examples/stocks/lib/stock_data.dart, line 79, col 9)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we talked about it and i am convinced we can work with this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the syntax is // TODO(username): message url, you're missing the colon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is over-indented by 2 (should line up with the onError)
|
Once you get it past @Hixie, works for me. 👍 Thanks for picking this up! |
6f9ef0c to
758db3c
Compare
Required for engine roll (#7777).