-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[pigeon] Null safe requires Dart 2.12 #252
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
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.
Looks good, thanks! pPease update the pubspec.yaml
and generator_tools.dart
.
b7b6a41
to
2ae3b9f
Compare
e7b1ce6
to
cdf4454
Compare
cdf4454
to
865b569
Compare
Any idea what's going on with that test? Looks like there is a nil value for
I didn't write that Podfile, it was either autogenerated by flutter or provided by e2e somehow. |
.cirrus.yml
Outdated
@@ -70,14 +70,20 @@ task: | |||
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' | |||
name: local_tests | |||
osx_instance: | |||
image: catalina-flutter | |||
image: high-sierra-xcode-9.4.1 |
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.
are changes to this file intentional?
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.
No. This was for debugging purposes.
f3e423a
to
d3b1794
Compare
@gaaclarke I am able to repro this issue locally: https://github.com/flutter/packages/runs/1809227404 - Do you know what might be causing it? |
Yep, you have to remove xcpretty from the local_tests. I did it in an external contributors PR yet but it hasn't landed yet. |
🎉 finally |
- closes flutter#252
This is required after the beta announce.