-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Meta-issue: Update all code to use optional new/const #18604
Comments
Actually it's still blocked by dart-lang/sdk#57706 and dart-lang/sdk#57712 |
Thanks, I reactivated dart-lang/sdk#32596 |
@a14n : once the new linter makes it's way into a vended SDK will we be good to make these changes? |
I tried to remove unnecessary new/const from flutter codebase and faced a new issue in analyzer dart-lang/sdk#33647 |
Optional const landed in #19342 |
@a14n: this is fantastic. Remind me the plan for |
@a14n do we have the no new lint? |
|
unnecessary new/const have been removed from |
Excellent! I'll make sure with @maguinis that we get all images updated! |
Marking flutter/packages done as flutter/packages#4 was merged |
Assigning to self as only item left is updating images on flutter.io |
Actually there's still flutter/plugins#818 |
This should be done now |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Tracking issue for updating all our Flutter example code to use optional new/const (now that we are unblocked by the needed lint dart-lang/sdk#32602 being available):
flutter/flutter/examples
flutter/plugins/examples
flutter/packages/examples
The text was updated successfully, but these errors were encountered: