flutter-ui-designs icon indicating copy to clipboard operation
flutter-ui-designs copied to clipboard

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

Open 3mrdev opened this issue 4 years ago • 2 comments

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

3mrdev avatar May 10 '20 21:05 3mrdev

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.

hackerhgl avatar May 12 '20 04:05 hackerhgl

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

3mrdev avatar May 12 '20 10:05 3mrdev