-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CP] Suggest static fields/getters, setState(). #49239
Comments
@itsjustkevin - pinging just to make sure this is reviewed by the dart scrum |
@vsmenon @athomas @devoncarew what are your thoughts on merging this CP into stable? |
This is a fairly big CL. Do we want to give this more bake time? Do we have feedback that it works from users? |
At a first glance the description may give the impression here that this is new feature work, but it appears this is more to address an important regression (if I understand correctly the related bugs) - @scheglov can you confirm and share some details to clarify how bad the regression is? |
Code suggestion for async/dispose/setState no longer works in Flutter 3.0.2 #106724 |
Also invalid in version 3.0.4 |
lgtm |
This was picked into stable 2.17.6 |
Commit(s) to merge
https://dart-review.googlesource.com/c/sdk/+/248080
Target
stable
Issue Description
This includes fixes for completions:
setState
completion.What is the fix
These fixes were done in the master, but we need them in stable as well.
Why cherry-pick
Static field suggestions are useful for suggesting
Colors
for example in Flutter code.And
setState()
is also used very often.@bwilkerson @jacob314
Risk
low
Issue link(s)
#49233
#49054 (comment)
#49054
Extra Info
No response
The text was updated successfully, but these errors were encountered: