First of all, make sure you have in your project folder a .vscode/settings.json
file.
Code Actions on Save
If you want to fix all analysis issues identified by dart analyzer
, you can use the vscode flutter fix all command.
File Nesting
Do you have a lot of code-generated files and want to hide them by default the project explorer?