Getting Started with Flutter without Android Studio (2024)

  • Mobile UI framework for creating native apps for iOS & Android
  • Single code-base (dart), only need to write app once for multiple devices
  • Great layout methodology borrowed from responsive web & uses Material Design out of the box.
  • Great docs & guides on the Flutter website

Installing Flutter In Windows (But without android studio)

  • Install VS code, because we need a code editor for development

Make sure you have git as we will be using git for downloading the flutter sdk,
Link Flutter SDK clone the sdk from GitHub (do not clone in directory that needs elevated privileges like C:\Program Files\
Update your path in env src\flutter\bin
Run flutter doctor

  • Surely your going to run into some error as flutter needs Android tool chains, so
    Install java and add JAVA_HOME to your env path.
    Install Android SDK for windows from Link and create folders (android\cmdline-tools\latest) and add path to android folder as ANDROID_SDK_ROOT, then extract the android sdk contents inside latest folder and add path upto bin in env path as well.
Getting Started with Flutter without Android Studio (2)
  • Run flutter doctor again, you will see a error saying Android sdk not found still, now run sdkmanager.bat “platforms;android-29” “platform-tools” “build-tools;28.0.3”. Now run Flutter doctor, you should see something like below
Getting Started with Flutter without Android Studio (3)
  • Download the android emulator from sdkmanager or avdmanager, this link contains the detail steps.
  • Finally Open Vs Code editor and install the flutter extension , here’s the detail steps.

Happy Coding.. ✨

Getting Started with Flutter without Android Studio (2024)
Top Articles
Latest Posts
Article information

Author: Margart Wisoky

Last Updated:

Views: 6813

Rating: 4.8 / 5 (78 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Margart Wisoky

Birthday: 1993-05-13

Address: 2113 Abernathy Knoll, New Tamerafurt, CT 66893-2169

Phone: +25815234346805

Job: Central Developer

Hobby: Machining, Pottery, Rafting, Cosplaying, Jogging, Taekwondo, Scouting

Introduction: My name is Margart Wisoky, I am a gorgeous, shiny, successful, beautiful, adventurous, excited, pleasant person who loves writing and wants to share my knowledge and understanding with you.