Back to Browse

FVM - Flutter Version Management: Managing Multiple Versions of Flutter

6.7K views
May 17, 2022
20:13

Managing different versions is one of the important topics in software development. Normally there can only be one version of Flutter at a time and switching the versions is quite tricky and also time-consuming since it downloads the SDK and libraries from the beginning even though we had used that version earlier before using the current version. Hence If we are working on more than one project with different versions then it becomes a little bit hectic to switch versions between the project. In a real scenario, a person might have a lot of projects and it is not assured that all those projects run with the same flutter version. In Flutter we can manage different versions of Flutter using #fvm aka Flutter Version Management, a simple CLI to manage different Flutter versions on a per-project basis. 00:00 Intro 00:41 Why to use FVM 01:59 Using the commands flutter upgrade and flutter downgrade 03:41 Switching flutter version without FVM 06:03 Usage of FVM 06:39 Installing FVM in Mac or Linux (Standalone) 08:09 Installing FVM in Mac or Linux (Pub Package) 08:47 Installing FVM in Windows (Standalone) 11:09 Installing FVM in Windows (Pub package) 12:38 Configuring FVM in Android Studio 15:42 Configuring FVM in VS Code (Automatic Switching) 16:19 Configuring FVM in VS Code (Manual Switching) 17:55 FVM Commands ► Written Tutorial: https://cshanjib.medium.com/setting-up-fvm-flutter-version-management-properly-ab45ade0dd55 FVM official Website: https://fvm.app/ Flutter Repo: https://github.com/flutter/flutter Install Homebrew: https://brew.sh/ Install Choco: https://docs.chocolatey.org/en-us/choco/setup Install Dart: https://dart.dev/get-dart ► Login and Register Design Tutorial With Form Validation https://www.youtube.com/watch?v=2QK79dM3Gdg https://cshanjib.medium.com/flutter-responsive-design-tutorial-login-and-registration-in-a-dialog-with-form-validation-4a4c65786f77 ► Responsive Design Tutorial https://cshanjib.medium.com/responsive-ui-in-a-flutter-application-193c126306f6 ► Music: Bensound.com ► Lets Connect Medium: https://medium.com/@cshanjib GitHub: https://github.com/cshanjib Facebook: http://facebook.com/cshanjib Instagram: https://www.instagram.com/cshanjib.me #fvm #flutterversionmanagement #fvmflutter #flutter

Download

0 formats

No download links available.

FVM - Flutter Version Management: Managing Multiple Versions of Flutter | NatokHD