Skip to content
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

Put a warning for developers when changing the flutter branches to master [Enhancement] #9

Open
3mrdev opened this issue May 10, 2020 · 2 comments

Comments

@3mrdev
Copy link

3mrdev commented May 10, 2020

Great and awesome repo keep up the good work.

I just wanted to say that changing from flutter stable to flutter master channel will result in discarding the previous flutter sdk and dart sdk.

So a better approach is to copy and paste your current flutter sdk in a new folder and rename it flutter_master and then continue with next steps so you don't lose your stable flutter sdk

or use this dart cli to manage more than on flutter sdk by command line interface called fvm

A warning in the readme file will do the job . Thanks in advance @hackerhgl

@hackerhgl
Copy link
Owner

You're definitely right I didn't think about the core sdk change as I always use master branch for development. I'll look into the FVM approach It'll be really good users don't lost their stable just to run the repo.

Thank your for your time to write the review I'll definitely look into this as soon as I get free from current project.

@3mrdev
Copy link
Author

3mrdev commented May 12, 2020

@hackerhgl You are very welcome .. Happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants