Why Flutter icons man and woman don't work? - flutter

Icons.man and Icons.woman seem not to work, neither in Android Studio icon preview bar on the left nor in the app. Am I doing anything wrong?
For instance, Icons.male and Icons.female work.

A "flutter upgrade" in console window resolved the issue

Related

New Flutter project Android Studio Demo App counter app or Application template not an option

So I am following this tutorial, which is quite recent, my Android Studio build is from May 16 so not too far off from this vid's upload date: https://youtu.be/CD1Y2DmL5JM?t=531
Notice how the welcome screen looks right at the time the vid starts on the point I linked. But for me, the welcome screen looks like this, why?:
Also, when I click "new flutter project" in the top right, this screen shows up which is different for the vid, why?:
Spent an hour but can't find anything. Now I can create a new flutter project and selected the right location for my flutter and dark SDK, and have both flutter and dart plugins installed. But the option of the standard "Application" template is not a standard option. Looks at the above options, I've tried them all and none are the counter app. In vscode I typed "flutter new project" in global search, and it gave the "Application" template, and running in with the emulator open showed the counter app. But where is the option in Android Studio?
On the left side pane, you actually have to select Flutter, input your SDK location, then click next from the same panel. Don't click next while Dart is selected otherwise you will get the options you see above:
After this it will take you to making a new Flutter project, not a Dart project. Then next to "Project Type:", choose "Application".

Flutter and Android Studio: Code completion prioritizes Icons package

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

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 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.

VSCode Extension Icons?

Just installed VSCode and went to install some extensions and noticed that no icons were showing up associated with the extensions. Yes I know thats of no real consequence but it just really stood out compared to the screen shots on the vscode page.
This is what is shown as a screen shot on the vscode page:
This is what I see in vscode:
I found the fix was as simple as dragging the window splitter and making it larger. Icons will then appear. The view was simply too compact for the icons apparently.