Flutter Version Management. You need to use this.

  Рет қаралды 82,194

Fun with Flutter

Fun with Flutter

3 жыл бұрын

Overview of how to setup and use Flutter Version Management (FVM), and why you should be using it.
Easily manage multiple versions of Flutter on your local machine at the same time. Switch between Flutter versions and channels. This will assist with bigger project that have multiple environment and team members, or for Continuous Deliver / Continues Integration.
- - -
Courses:
courses.funwith.app
- - -
Socials:
/ gordonphayes

Пікірлер: 66
@FlutterMapp
@FlutterMapp 3 жыл бұрын
Found your channel with the provider explanation video today. In this video, you seems so chill man. Nice to meet you, keep the amazing work, you have subs +1 and keep the good vibes ✌️
@AyushPanditofficial
@AyushPanditofficial 2 жыл бұрын
sir u here
@normiehamuda
@normiehamuda 3 жыл бұрын
I can't stress enough how i was happy to see you
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
😢 thanks, I appreciate that.
@vmkantu
@vmkantu 3 жыл бұрын
Just follow him on twitter already ! You can see him in all the glory :D
@ComputerScienceAcademy5220
@ComputerScienceAcademy5220 3 жыл бұрын
Thanks a lot, friend! keep up your high-quality videos!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
😊
@lenvaz8957
@lenvaz8957 3 жыл бұрын
This video was satisfactory for me compared to others
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Thank you!
@aliakkawi4759
@aliakkawi4759 Жыл бұрын
Very Helpful, thanks for sharing
@TKnuckles333
@TKnuckles333 Жыл бұрын
Great stuff! Thank you so much!
@muzykina
@muzykina 2 жыл бұрын
Thanks! Useful video
@bernardomesk
@bernardomesk 3 жыл бұрын
awesome video Gordon! Got yourself a sub! cheers mate
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Yessssss. Cheers!
@codemoor
@codemoor 2 жыл бұрын
Hey Thanks For the Infos How do I check which Mobile SDK version flutter project is using ?
@SantosEnoque
@SantosEnoque 3 жыл бұрын
Very nice video man!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
:)
@mhmzdev
@mhmzdev 3 жыл бұрын
Finally I got to see you :D
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Face to the voice
@KwesiBoatengOwusu
@KwesiBoatengOwusu 2 жыл бұрын
Thank you please this was very helpful
@FunwithFlutter
@FunwithFlutter 2 жыл бұрын
You’re welcome
@chidude16
@chidude16 7 ай бұрын
very nice
@etekumoses3320
@etekumoses3320 2 жыл бұрын
Hi boss thanks for your input however i am on windows and i have been trying your tutorial but i keep getting this response fvm list "Cannot find file at '..\lib\fvm\bin\fvm.exe' (C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe). This usually indicates a missing or moved file." and i cant progress
@moazelsawaf2000
@moazelsawaf2000 3 жыл бұрын
Thanks a lot ❤
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
You’re welcome!
@punithaarockiaraj3411
@punithaarockiaraj3411 2 жыл бұрын
thanks
@Fybuh
@Fybuh 3 жыл бұрын
Wow... I faced a problem that I fixed in 4 days... When all I could've done, is this 😱
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
We’ve all been there
@yulianislamprayoga
@yulianislamprayoga 2 жыл бұрын
Thank you
@FunwithFlutter
@FunwithFlutter 2 жыл бұрын
You’re welcome!
@tarangsharma2898
@tarangsharma2898 9 ай бұрын
How do you create versions folder and store all flutter versions in it? Do you do it manually? Becuase when I installed fvm I directly run `fvm use 3.10.2@stable` command so then it downloaded flutter version right into /User/$user/fvm/ directory rather then /User/$user/fvm/versions directory. I am using windows 11 system. Please help me understand. Thank you.
@alexon2010
@alexon2010 2 жыл бұрын
I'm starting with flutter I already had it downloaded from the official site and installed... now I need to use a specific version, by 2.2.2, until the fvm is configured, but when I type fvm list, the following message o SDKs have been installed yet. Flutter. SDKs installed outside of fvm will not be displayed. How do I install version 2.2.2 and use it I'm using Linux pop_os(Ubuntu)
@szymekpindelski
@szymekpindelski Жыл бұрын
a bit late to the party I guess but I don't really see the benefit of using FVM in terms of 'faster SDK downloads' - you still need to download each and every version of Flutter you want to use, you just don't do it manually. You still end up with multiple Flutter SDKs installed, 1 - 2 gigs each, and you still need to wait a few minutes for FVM to download a specific version of SDK. If FVM was able to perform 'incremental upgrades' on Flutter SDK (downloading a delta instead of a whole new SDK) - that would be a real time(and space)saver. But as of FVM 2.4.1, if you need a sneak peek of an upcoming minor release (say 3.7.7 -> 3.7.8), you still need to clone an entire git repo - you just don't do it by hand.
@romeubeatotech
@romeubeatotech 3 жыл бұрын
Hi! I tried to use fvm on my windows laptop! I had lots of issues with it. Ended up having to format the laptop. I love the idea of fvm and I'm willing to try it again but I hope all the issues are gone in windows.
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Sorry to hear that! Maybe it was something to do with your path?
@ucmeytsc7302
@ucmeytsc7302 Жыл бұрын
@@FunwithFlutter this is what i got during install on windows, Fetching Dart dependencies... Building executable... Error: Unable to find git in your PATH. Added C:\ProgramData\chocolatey\bin\fvm.exe shim pointed to '..\lib\fvm\bin\fvm.exe'. The install of fvm was successful. Software install location not explicitly set, it could be in package or default install location of installer. SO i assumed it was the git path in environment variables and added this to the path - C:\Program Files\Git\bin\git.exe;C:\Program Files\Git\cmd;C:\Windows\System32 but it still failed to work when i tried in android studio.
@hephzisoft
@hephzisoft Жыл бұрын
What would I do if I already have a version of flutter installed on my pc already
@ibrahimalshmrani8216
@ibrahimalshmrani8216 Жыл бұрын
you are awesome ✌
@phantuananh2163
@phantuananh2163 3 жыл бұрын
Thank you so much
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
You’re welcome
@phantuananh2163
@phantuananh2163 3 жыл бұрын
@@FunwithFlutter I am going to spread this video to all members of my team :D, it really helps to boost our productivity. Due to our legacy projects that depend on old Flutter's version
@harambear9592
@harambear9592 3 жыл бұрын
Wait. I know this guy!!!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
This guy misses you ;)
@RoyalNatangwe
@RoyalNatangwe 29 күн бұрын
please help..: PS C:\WINDOWS\system32> fvm install 3.22.2 fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ✗ Failed to install 3.22.2 (67.2s) ✗ Failed to ensure FlutterVersion(name: 3.22.2, releaseFromChannel: null, type: VersionType.release) is cached.
@hawkybae
@hawkybae 3 жыл бұрын
What do you think about the GUI version known as Sidekick from same author? Hoping for more regular vids from you :D
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
It looks really good. But haven’t used it. Want to though and might make a video of it. And thanks, I’m planning on uploading a lot more over the next coming months
@KwesiBoatengOwusu
@KwesiBoatengOwusu 2 жыл бұрын
Hello please i run to error when running fvm flutter run
@creciasdalas4469
@creciasdalas4469 2 жыл бұрын
What could be the problem ? Could not install 2.4.0-0.0.pre Please run command with --verbose if you want more information
@codemoor
@codemoor 2 жыл бұрын
check fvm releases and check if its there
@AliYar-Khan
@AliYar-Khan 4 ай бұрын
didn't show the settings in android studio !!
@gustipermanaputra9562
@gustipermanaputra9562 2 жыл бұрын
fvm install 2.5.3 Flutter "2.5.3" is not installed. Installing version: 2.5.3... Cloning into 'C:\Users\XXXXXXXX\fvm\versions\2.5.3'... fatal: Remote branch stable not found in upstream origin Could not install 2.5.3 Please run command with --verbose if you want more information
@gustipermanaputra9562
@gustipermanaputra9562 2 жыл бұрын
stable, dev, master too
@TheAlasheev
@TheAlasheev 2 жыл бұрын
Manual switching through git looks less complicated.
@kamalCode
@kamalCode 3 жыл бұрын
Plz explain in detail
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Oh jeez, I thought I did. Definitely check out the docs if you want more info.
@fcbheart
@fcbheart 3 жыл бұрын
Where are you from? Are you from South Africa?
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
I am!
@_birdy_birdy
@_birdy_birdy 3 жыл бұрын
He is back 🌚
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Awwhhh ye!
@_birdy_birdy
@_birdy_birdy 3 жыл бұрын
@@FunwithFlutter open a discord please you are good at teaching UI design so we can discuss.
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Will consider for the future!
@yousifalneamy7833
@yousifalneamy7833 3 жыл бұрын
3 minutes is bad for you? Man, my download speed is about 30KiB/s at the moment :D
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Lol I shall never complain again
@IngPedroAraujo
@IngPedroAraujo 2 жыл бұрын
Thnaks for your video... I'm on linux so sometimes when I try to run "fvm " command it doesnt work, I have to retype "PATH="$PATH":"$HOME/.pub-cache/bin" to make it works again.. How Can I avoid this? thanks you
@67_satvik_it3
@67_satvik_it3 Жыл бұрын
Set that path to environment variable
FVM - Flutter Version Management: Managing Multiple Versions of Flutter
20:14
Why The Windows Phone Failed
24:08
Apple Explained
Рет қаралды 124 М.
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 9 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 10 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 59 МЛН
Node.js is a serious thing now… (2023)
8:18
Code With Ryan
Рет қаралды 637 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 545 М.
Flutter Version Management with FVM - Manage Multiple Flutter SDK Versions
6:21
Improve your Flutter Apps performance with a RepaintBoundary
31:31
Fun with Flutter
Рет қаралды 14 М.
Best 30 Flutter Widgets, Packages & Tips
5:11
Flutter Mapp
Рет қаралды 119 М.
Flutter Version Management (FVM) и с чем его едят
17:20
Flutter Productivity Beast - FVM
9:46
Robert Brunhage
Рет қаралды 12 М.
What Are APIs? - Simply Explained
6:49
Simply Explained
Рет қаралды 876 М.
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 9 МЛН