Is your feature request related to a problem? Please describe.
Most of the projects I create are just throw-away Flutter apps (80%) or Dart Console apps (20%) for a quick test of something. Visual Studio has this feature where it will pick a unique name for a project in a specified folder automatically whereas in VSC, I have to name the project first (I always pick 'foo') and then create a new folder that's unique ('foo1', 'foo2', etc).
Describe the solution you'd like
I really just want to have a command called 'Create Dummy Flutter App' and 'Create Dummy Dart App' that drops a new uniquely named project into my temp folder.