-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add support for multiple flutter project directories #3
Comments
@vanlooverenkoen Thanks for the suggestion. I have some questions.
|
In my case. My folder structure is like this: ~/Documents/work/* I think it would be nice to have filtering and categories as well but I think that can be an extra feature on top of this one. |
If you select Documents as the folder you should be able to get work, and personal projects. It might take a bit longer for the initial load, but after that the paths are cached. For the external_drive this would not work. |
Alright. for now I am indeed using |
@vanlooverenkoen I will leave this open and add it to the backlog. Will look over to see if there is an easy way to implement this that does not complicate the simple case. |
Want to point out that at the moment For example, even in a quite simple case (with not that many modules) like the one below, calling A real-life example of a (somewhat) modular project structure (none of the sub-projects have .fvm directory): I believe that it won't be hard to make This would allow for a neat flutter version scoping that, in turn, will make both the issue's case and modular project cases work well. @leoafarias Do you see any caveats in the algorithm explained above? |
Released on version 0.0.8. However, instead of providing the root directory of your projects, it just allows adding the project implicitly |
Is your feature request related to a problem? Please describe.
First of all, I want to say thanks for your amazing work!!!!
We are using fvm for all our projects. And we are also using your mac GUI tool.
For that we were thinking about another feature for the GUI tool.
I use our macbook at work and at home. To split up our work and personal projects in a separate directory. Right now we can only select 1 directory.
Describe the solution you'd like
It would be nice to have an option to add multiple directories.
The text was updated successfully, but these errors were encountered: