Flutter Crash Course #1 - Install on MacBook Complete Setup 2025

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

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

  • @theailanguage
    @theailanguage  5 месяцев назад +1

    PLEASE DO SUBSCRIBE !!!
    0:00 Intro
    0:30 Flutter Documentation
    1:50 Hardware Requirements
    2:40 Software Requirements
    2:52 Operating System
    3:17 Shell
    4:22 Install Rosetta 2
    5:15 Install Xcode
    6:40 Install Cocoapods
    8:15 Install Visual Studio Code
    9:22 Install Android Studio
    11:15 Install Flutter SDK
    15:32 Add Flutter to Path
    17:35 Finish Xcode setup
    19:18 Setup iOS simulator
    20:22 Install Cocoapods using Homebrew
    23:17 Flutter Doctor check
    23:42 Install Android SDK
    25:10 Outro

  • @sarmedahmedusmani
    @sarmedahmedusmani 5 месяцев назад +1

    Really Helpful! Looking to your more videos about Flutter💫

    • @theailanguage
      @theailanguage  5 месяцев назад +1

      Awesome! Thank you very much😊

  • @ZANZICTSOLUTIONS2
    @ZANZICTSOLUTIONS2 5 месяцев назад +1

    we were together from the fast time till here 17:22
    zsh: command not found: flutter
    cz i have itel processor that is why their is deffernt way to follow and u are using apple 1 ?

    • @theailanguage
      @theailanguage  5 месяцев назад +1

      No, that is not the reason. It just means that when you type flutter, your system does not know where it is located. Have you added flutter to the path as shown in video?
      If yes, do the following -
      1. Close all terminal windows and restart terminal
      2. Else type source ~/.zshenv in the terminal window and press enter
      After doing the two above, type flutter --version in terminal and check if it works?
      If it still doesn't work, check the path
      Type echo $path on the terminal and press enter.
      You'll get all the items in the path. Check the directory is correctly specified for flutter

    • @theailanguage
      @theailanguage  5 месяцев назад +2

      Please do like and subscribe if this video was of help :)

    • @ZANZICTSOLUTIONS2
      @ZANZICTSOLUTIONS2 5 месяцев назад

      yes i did exacly what u did
      byt i get that error

    • @theailanguage
      @theailanguage  5 месяцев назад

      ok, if still stuck, please run
      echo $PATH
      in terminal and share the result