How do I uninstall VS code flutter?

delete the emulator using the avdmanager provided in the android SDK command-line tools . It requires the name of the emulator to delete (usually flutter_emulator, flutter_emulator_2, etc. if you don’t specify a name on creation). You can check the id by executing flutter emulator .

Read more