Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

image Asset Studio not available in flutter projects

I want to create a new icon using the assets tool as described here. Surprisingly, the option to create an image set is missing in the context menu:

Screenshot

like image 309
Davies Avatar asked Apr 26 '20 15:04

Davies


People also ask

Where is assets folder in Android Studio in Flutter?

The assets folder should be located in the same directory as the pubsec. yaml file in your project.


1 Answers

enter image description here

right-click anywhere on your flutter project > Flutter > Open Android Module in Android Studio.(new window) it's gonna ask you to update Gradle on the bottom right, update it. wait a bit.

once updated, right-click on the res folder and the option should be available.

enter image description here

like image 152
Francisco Andaur Avatar answered Oct 31 '22 09:10

Francisco Andaur