Flutter Version Management. You need to use this.

  Рет қаралды 93,992

Fun with Flutter

Fun with Flutter

Күн бұрын

Пікірлер
@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
@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 3 жыл бұрын
sir u here
@ComputerScienceAcademy5220
@ComputerScienceAcademy5220 3 жыл бұрын
Thanks a lot, friend! keep up your high-quality videos!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
😊
@hephzisoft
@hephzisoft Жыл бұрын
What would I do if I already have a version of flutter installed on my pc already
@RoyalNatangwe
@RoyalNatangwe 6 ай бұрын
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.
@emadeldin1999
@emadeldin1999 5 ай бұрын
if i already have like 10 versions on flutter on my mac i was switiching between them amnually, could i add them to fvm instead of downloading them again using fvm install?
@tarangsharma2898
@tarangsharma2898 Жыл бұрын
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.
@AliYar-Khan
@AliYar-Khan 10 ай бұрын
didn't show the settings in android studio !!
@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
@SATVIK_YEWALE
@SATVIK_YEWALE Жыл бұрын
Set that path to environment variable
@codemoor
@codemoor 3 жыл бұрын
Hey Thanks For the Infos How do I check which Mobile SDK version flutter project is using ?
@alexon2010
@alexon2010 3 жыл бұрын
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)
@lenvaz8957
@lenvaz8957 3 жыл бұрын
This video was satisfactory for me compared to others
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Thank you!
@etekumoses3320
@etekumoses3320 3 жыл бұрын
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
@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.
@KwesiBoatengOwusu
@KwesiBoatengOwusu 2 жыл бұрын
Hello please i run to error when running fvm flutter run
@creciasdalas4469
@creciasdalas4469 3 жыл бұрын
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 3 жыл бұрын
check fvm releases and check if its there
@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.
@bernardomesk
@bernardomesk 3 жыл бұрын
awesome video Gordon! Got yourself a sub! cheers mate
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Yessssss. Cheers!
@gustipermanaputra9562
@gustipermanaputra9562 3 жыл бұрын
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 3 жыл бұрын
stable, dev, master too
@aliakkawi4759
@aliakkawi4759 Жыл бұрын
Very Helpful, thanks for sharing
@SantosEnoque
@SantosEnoque 3 жыл бұрын
Very nice video man!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
:)
@TKnuckles333
@TKnuckles333 Жыл бұрын
Great stuff! Thank you so much!
@KwesiBoatengOwusu
@KwesiBoatengOwusu 2 жыл бұрын
Thank you please this was very helpful
@FunwithFlutter
@FunwithFlutter 2 жыл бұрын
You’re welcome
@muzykina
@muzykina 2 жыл бұрын
Thanks! Useful video
@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
@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
@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.
@moazelsawaf2000
@moazelsawaf2000 3 жыл бұрын
Thanks a lot ❤
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
You’re welcome!
@yulianislamprayoga
@yulianislamprayoga 2 жыл бұрын
Thank you
@FunwithFlutter
@FunwithFlutter 2 жыл бұрын
You’re welcome!
@mhmzdev
@mhmzdev 3 жыл бұрын
Finally I got to see you :D
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Face to the voice
@TheAlasheev
@TheAlasheev 2 жыл бұрын
Manual switching through git looks less complicated.
@chidude16
@chidude16 Жыл бұрын
very nice
@harambear9592
@harambear9592 3 жыл бұрын
Wait. I know this guy!!!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
This guy misses you ;)
@ibrahimalshmrani8216
@ibrahimalshmrani8216 2 жыл бұрын
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
@punithaarockiaraj3411
@punithaarockiaraj3411 2 жыл бұрын
thanks
@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
@_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!
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Flutter Version individual for every project - Flutter Version Manager
10:31
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 87 М.
How To Debug React Apps Like A Senior Developer
21:07
Web Dev Simplified
Рет қаралды 194 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 582 М.
Top 12 Flutter Tips & Tricks
9:32
Fireship
Рет қаралды 272 М.
Provider 📱 Simple State Management • Flutter Tutorial
5:48
Top 70 Flutter Tips, Widgets & Packages
16:22
Flutter Mapp
Рет қаралды 131 М.
Best 30 Flutter Widgets, Packages & Tips
5:11
Flutter Mapp
Рет қаралды 127 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН