Flutter and Android Studio: Code completion prioritizes Icons package - flutter

Please see attached. I'm trying to generate a simple print statement, but Icons is being displayed as my first option. Does anybody have idea of what's causing my IDE to do this?
Thanks,
T

Related

dashed-vertical-line child grouping extension in flutter code

I was watching a video about a flutter project in vs code, and I saw that the developer used an extension to group sections of widgets and its childs with a dashed-vertical-line on the left side. Does anyone know what extension is used here?
That is not an extension. This is from VS code settings. Go to settings and search for FLUTTER UI you will get two options as shown in image. Select both option and restart your vs code. You will get broken line tree as you want.

VS Code not showing Icon preview (Dart/Flutter)

As you can see by the attached image, the icon preview does not load.
Restarting did not help.
Any ideas how I can fix this?
Could you try running flutter clean and upgrading the Flutter SDK and see if it solves the issue? Icon previews works without issues on VS Code on my end, I'm currently on Flutter 2.5

How can I disable warnings in Android Studio using Flutter

Basically due to Nullsafety migration there are a bunch of warnings that also are error-red coloured and make actual errors hide with the bunch. So my question:
How can I disable the showing of warnings in Android Studio with Flutter.
Unfortunately, you cant disable showing of warnings cause android studio had'nt added a plugin or button to hide and unhide it , The way to do this is to solve warnings :(

how to fix the flutter inspector? It just shows activating dart dev tools nothing else. it's just stuck

I have been working with flutter for the last few days in Android studio Everything seems great but just one thing strikes me always the flutter inspector just does not work. this irritates a lot.
i tried a lot of fixes like removing it from the sidebar and replacing it and many more.
pls help me with this issue. i have attached the picture of the issue.

How to prevent Visual Studio Code Flutter/Dart Editor from formatting new line/wrapping code?

I recently started working on Flutter/Dart, I like the flutter autoformatting on-save, but one thing might or might not be related is the code wrapping for long code even if code is still fitting my 4k editor window.
Is there a way to prevent new line but keep the comma auto format?
Thanks
Follow the instructions below:
Open Settings.
Expand Extensions and click Dart & Flutter on the left.
Find Dart: Line Length.
Change it to the value you want.