Skip to content
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

After upgrading Flutter3, the code prompts are not smart anymore #6176

Closed
ilgnefz opened this issue May 18, 2022 · 5 comments
Closed

After upgrading Flutter3, the code prompts are not smart anymore #6176

ilgnefz opened this issue May 18, 2022 · 5 comments

Comments

@ilgnefz
Copy link

ilgnefz commented May 18, 2022

Flutter2.10.5
2

Flutter3
1

@Gridzzle
Copy link

i'm having the same issue, its really annoying coz im used to code quicker before, now i have to write the whole syntax

@stevemessick
Copy link
Member

This is an issue with the Dart analyzer. See dart-lang/sdk#49054

@stevemessick
Copy link
Member

This is fixed in https://dart-review.googlesource.com/c/sdk/+/245623, but not released yet.

@scheglov
Copy link
Contributor

There are a few regressions because of the new completion protocol.

  1. The feature that Steve referenced is for completion in import directives: https://dart-review.googlesource.com/c/sdk/+/245623
  2. The feature that you experience is suggesting static fields, to be fixed as https://dart-review.googlesource.com/c/sdk/+/229324
  3. And there is also override on completion, which already landed into the master branch, and I filled a PR to cherry pick it into stable. [CP] Fix for override code completion dart-lang/sdk#49086

@stevemessick
Copy link
Member

The new Flutter 3.0.5 has the fix for this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants