Is your feature request related to a problem? Please describe.
I have a multi-package project and recently changed the folder structure from having app folders just two levels down (eg. project/packages/app) to the app folders being further down (eg. project/packages/folder/app)
The extension stopped recognising the project as a Flutter project when opening the project folder.
Describe the solution you'd like
Perhaps a setting where we can change how deep the extension searches for a flutter app.
Additional context
If I add a flutter app back at the level project/packages/app, and open project, the extension starts detecting the project as a Flutter project again.
Is your feature request related to a problem? Please describe.
I have a multi-package project and recently changed the folder structure from having app folders just two levels down (eg.
project/packages/app) to the app folders being further down (eg.project/packages/folder/app)The extension stopped recognising the project as a Flutter project when opening the
projectfolder.Describe the solution you'd like
Perhaps a setting where we can change how deep the extension searches for a flutter app.
Additional context
If I add a flutter app back at the level
project/packages/app, and openproject, the extension starts detecting the project as a Flutter project again.