Flutter Version individual for every project - Flutter Version Manager

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 57

  • @johnnyelcoste
    @johnnyelcoste 3 ปีที่แล้ว +4

    I like your videos, especially because you go the details that I don't find in other videos.
    thank you so much

    • @FlutterExplained
      @FlutterExplained  3 ปีที่แล้ว

      Thank you for your feedback, I am glad that you like the details.

  • @Zelo246
    @Zelo246 2 ปีที่แล้ว +1

    Great, Thanks

  • @sanderroest9619
    @sanderroest9619 4 ปีที่แล้ว +1

    Thanks Max, this video helped a lot.

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว

      No worries, I am glad that it helped you.

  • @andromedamelodyc2456
    @andromedamelodyc2456 3 ปีที่แล้ว +1

    Very useful

  • @innovafrique
    @innovafrique 4 ปีที่แล้ว +5

    Can you explain how to develop a package or a plugin for flutter ?

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว +1

      Sure I will do a video on that topic sooner or later in the meantime feel free to checkout the flutter documentation.
      flutter.dev/docs/development/packages-and-plugins/developing-packages

  • @yannn3974
    @yannn3974 3 ปีที่แล้ว +1

    Thanks Sr

  • @aayushbisen89
    @aayushbisen89 4 ปีที่แล้ว +2

    Nvm for Flutter. 🔥 Great

  • @nikhilkukreja8498
    @nikhilkukreja8498 3 ปีที่แล้ว +1

    Thank you Max :)

  • @johnbryan9812
    @johnbryan9812 3 ปีที่แล้ว +2

    hi i have flutter installed but i get pub is not recognized as an internal or external command when trying to run pub global activate fvm , Kindly assist

  • @tbm98
    @tbm98 4 ปีที่แล้ว +1

    great video

  • @fatimanammour9330
    @fatimanammour9330 ปีที่แล้ว

    Welcome
    I have a question, please
    I have downloaded a version of flutter stable, but then I can't find any device to execute on, the cause and solution can be clarified!
    Thanks in advance and thanks for your good explanation in the video.
    Waiting for your reply

  • @fidamuntaseer1989
    @fidamuntaseer1989 4 ปีที่แล้ว +2

    It seems like a fvm plugin for Android Studio/VS Code will be very handy...

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว +1

      That sounds like a great idea. Maybe we could create a issue in the FVM repository.

  • @diego2020e
    @diego2020e 4 ปีที่แล้ว +1

    Excellent video, but I have a question. What happens when there is a new stable version or any other branch? Does it update automatically or does it take the version that was initially configured in the project?

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว +1

      Hi there, thanks for your question. FVM will take the version that is initialized with FVM use ... if this is stable or master you can upgrade the version with FVM flutter upgrade. For a fixed version you would need to install the next version you want to fixate.
      I hope that helps :)

  • @bascelik91
    @bascelik91 4 ปีที่แล้ว +1

    The video is great, I really like it. However, I have a few question. How can I configure Android studio/vscode to always use local version of flutter per project?
    You showed how to configure android studio, but I didn't figure if you made a configuration only for fvm_tutorial or for all future projects ? Also, same thing for vscode?
    thanks

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว +1

      Hi there, that is a great question. I only set it up for each project again and again. I will check out if this is even feasible :)

    • @bascelik91
      @bascelik91 4 ปีที่แล้ว

      @@FlutterExplained awesome, thanks :) btw can you make more videos about concurrent programming in dart/flutter, I found that this topic is not very well explained, especially for people whom comes from Java

  • @hemishpancholi
    @hemishpancholi 4 ปีที่แล้ว +2

    How can I upgrade flutter, like flutter upgrade which has flutter fvm? Is it like fvm flutter upgrade? And will it upgrade all the versions to the latest versions? And last question, how can I delete a flutter version?

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว +5

      Yes, you update the flutter version with `fvm flutter upgrade`. But only for the version that you are currently active on.
      fvm use stable => fvm flutter upgrade => Upgrade the stable channel
      fvm use master => fvm flutter upgrade => Upgrades the master channel

    • @hemishpancholi
      @hemishpancholi 4 ปีที่แล้ว

      @@FlutterExplained thanks a lot for such great video and explanation. This is very helpful for me.

  • @krishnakumarramachandran5888
    @krishnakumarramachandran5888 4 ปีที่แล้ว +3

    In my app i'm calling platform method more time, whenever my flutter calls native android, app ui is freezed. can you make a video how to do complex work native android via platform method in flutter. Thanks for this FVM bro.

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว

      You are welcome, and thank you for your proposal of a video, I will put it on my list but I have to first improve my own native development skill to help you there, maybe you could create a StackOverflow question, there are a broader and maybe a bit more focused audience :)

  • @satyanarayana731
    @satyanarayana731 4 ปีที่แล้ว +1

    can we make example on notification one to one by using device id sir

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว

      Yes we can, I will add it to my Open videos list :)

  • @davidagyakwa288
    @davidagyakwa288 3 ปีที่แล้ว +1

    I keep getting problems , after a while on my Mac nvm deactivate and I get nvm not a command error

    • @FlutterExplained
      @FlutterExplained  3 ปีที่แล้ว

      Usually, the .bashrc or .zshrc files are responsible for the System Variables. If the file gets overwritten by something, then you lose access to the system variable.

  • @FlutterExplained
    @FlutterExplained  4 ปีที่แล้ว

    At the moment the Flutter Version Manager creator, Leo Farias, is working on a Desktop UI in Flutter that will help people who are not that familiar with the Terminal. Feel free to check out this tweet to get already an early impression.
    Tweet: twitter.com/LeoAFarias/status/1299815862438899712
    High Res Video: www.loom.com/share/1eb50b9f0979451897a9d2515ee4da58

  • @ruthishkumar3180
    @ruthishkumar3180 2 ปีที่แล้ว

    is that resolve deprecated of android embedding?

  • @bilalshafiq6024
    @bilalshafiq6024 3 ปีที่แล้ว +1

    Great I like this video .Can we install flutter 1 and flutter 2 on same device for multiple project by using FVM?

    • @FlutterExplained
      @FlutterExplained  3 ปีที่แล้ว +1

      Yes that is possible 😊

    • @bilalshafiq6024
      @bilalshafiq6024 3 ปีที่แล้ว

      @@FlutterExplained Thank you much for very fast reply ,let me clear one thing ,did this will disturb my pervious projects or not?

    • @FlutterExplained
      @FlutterExplained  3 ปีที่แล้ว

      @@bilalshafiq6024 No as long as you do not change your Environment variables and only change it inside of the project. You should be fine. Actually this is the whole idea behind FVM.

    • @bilalshafiq6024
      @bilalshafiq6024 3 ปีที่แล้ว +1

      @@FlutterExplained sure thanks. I am facing one issue after install FVM,fvm command is crashing/closing my cmd but when i write fvm command in powershell it's working fine.can you say something about that?

    • @FlutterExplained
      @FlutterExplained  3 ปีที่แล้ว

      Not really, but there is an issue in the GitHub repo about it but they also just recommend PowerShell.

  • @bharathkrish6743
    @bharathkrish6743 4 ปีที่แล้ว +1

    Today I learnt new thing called FVM..
    My suggestion for a topic..If possible, on changing the data in Oracle Database, can we get instant notification for the app. which is not running in the foreground using json web service.. Even if you suggest me how to move on this will be much helpful for me. Thanks..(I don't need it using firebase)

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว

      Mhhh I think instant notification will be hard to achieve because of the background process of IOS and Android, you can achieve something close to instant like in a 15 minutes time frame. For this you would have to work with an isolate that gets called via a plugin (check the background video or Flutter India talk of mine). In general I would recommend the package workmanager for such an task.

  • @wasibhussain
    @wasibhussain 2 ปีที่แล้ว

    if some one facing an issue in windows with "pub global activate fvm" then write this instead "flutter pub global activate fvm".

  • @AkashSingh-cr7ly
    @AkashSingh-cr7ly 4 ปีที่แล้ว +1

    Thanks for making useful video, now i have one question: regarding fvm, do i always need to configure flutter path for each new project i created for VS code, or it just one time configuration.

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว +1

      That is an excellent question, and my answer would be I am not sure :) I use VScode way less than AS so maybe if you have some experience you can share it with us.

  • @ericchu6503
    @ericchu6503 3 ปีที่แล้ว

    Hi! It says "zsh: command not found: pub", anyone know why?

    • @FlutterExplained
      @FlutterExplained  3 ปีที่แล้ว +1

      That sounds like missing environment variables. You want to call probably something like `pub get` or execute the dart commands. You will have two options to solve that using an installed Flutter environment you will have to add `/bin/cache/dart-sdk` with that you will have direct access to dart and the pub cli. The other way would be to try using flutter pub for the same command.

  • @faruxit
    @faruxit ปีที่แล้ว

    8:45 Wow just choose sdk

  • @AnmolKumar-oi3hz
    @AnmolKumar-oi3hz 4 ปีที่แล้ว

    I have activated fvm globally and also installed master channel. But whenever i run any command of fvm in my cp then my cp closes automatically. Even if i only type fvm in the cp it closes suddenly. Could you please help me in this. I will really appreciate your help. Although fvm install command is running perfectly.
    PS - M using window10

    • @FlutterExplained
      @FlutterExplained  4 ปีที่แล้ว

      I had the same issue in windows, I believe it is still working but after each command it closes the terminal. Could you try to use cmd instead of powershell?