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?
2
Answers
Problem Solved!
All I had to do is to:
IDK why it went down. But raising this again solved my issue.
I tried following the other answer but I already had that flag checked; also, I didn’t find Preferences, I had to go to Settings -> Editor -> Intentions.
I am very new to flutter so it may be obvious for some but I resolved by removing the const keyword.
Before:
After: