Issue
Whenever I try to use the "wrap with" option on a widget (Alt + Enter on windows / Option + Enter on macOS), I’m getting a limited list of available wrap widgets that I can use (all of them related to the flutter_bloc package).
I’m looking to get the full default flutter list like this:
What should I do?
Solution
Problem Solved!
All I had to do is to:
- Go to Preferences -> Editor -> Intentions
- Then search for "Dart"
- Enable the "Quick assists powered by Dart Analysis"
IDK why it went down. But raising this again solved my issue.
Answered By – genericUser
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0