I have a whole flutter project and want to import in visual studio code, but the file is in zip file.How to import whole zip file into visual studio code.
Solution
Unzip your file in a new folder (let's say my_awesome_project)
Open VS Code and choose "Open Folder"
It's done
Make sure you have the Flutter extension installed in VS Code to enjoy your coding time.