FVM, a novice guide to installing SDK like PRO does on Windows Development Machine

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 16

  • @oswaldoolea2889
    @oswaldoolea2889 Год назад

    thanks from Italy, nice paced and complete explanation!

  • @munirtabassum315
    @munirtabassum315 2 года назад +3

    Thank you so much for this beautiful concept

    • @adaptolearning
      @adaptolearning  2 года назад

      Glad you enjoyed it. We have some great UI and projects related videos planned, so stay tune!

  • @mahamedassoul6960
    @mahamedassoul6960 Год назад

    thank you, very helpful video and I liked the background music

  • @wilfredgicharu6761
    @wilfredgicharu6761 Год назад

    Soo much helpful

  • @facundoarias5679
    @facundoarias5679 2 года назад +1

    it helped me a lot thx!

    • @adaptolearning
      @adaptolearning  2 года назад

      Glad you enjoyed it. We have some great UI and projects related videos planned, so stay tune!

  • @aronejerome
    @aronejerome Год назад

    Error: Unable to find git in your PATH.
    after typing flutter create

  • @theodiclick6847
    @theodiclick6847 Год назад

    I have been searching for this.
    Thanks for this
    Btw where to get the wallpaper 😁

  • @davidnwani1757
    @davidnwani1757 Год назад

    I keep having this issue "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." after trying to access fvm after installation,
    I have tried uninstalling and installing but still the same issue persists
    Upon digging deeper i found out that the fvm.exe file is actually not in the "C:\ProgramData\chocolatey\lib\fvm\bin\fvm.exe" folder which its been pointed at
    What do i do?

    • @QuanNguyenAnh-bl8hy
      @QuanNguyenAnh-bl8hy Год назад

      i have the same issue. Have you found the solution yet?

    • @davidnwani8263
      @davidnwani8263 Год назад +1

      Yes I have fixed it,
      I had to remove the flutter path from my environment variables before installing it
      Remove your flutter path (C/src/flutter) then install the fvm again
      Doing that worked for me

  • @mdsayemsmsayem8635
    @mdsayemsmsayem8635 Год назад

    But I seeing this issue
    PS C:\Users\SAYEM> fvm install 3.3.7
    Flutter "3.3.7" is not installed.
    Installing version: 3.3.7...
    'git' is not recognized as an internal or external command,
    operable program or batch file.
    Could not install 3.3.7
    Please run command with --verbose if you want more information

    • @adaptolearning
      @adaptolearning  Год назад

      You need to install git for windows to do so.
      github.com/git-guides/install-git

    • @mdsayemsmsayem8635
      @mdsayemsmsayem8635 Год назад

      @@adaptolearning Yeah after sometime I installed it. But then I problem has come with not configuring local version though global ones works.

  • @VladislavTyapukhin
    @VladislavTyapukhin 9 месяцев назад

    Hello