MasterStudy App Documentation
App PageChangelog
  • Introduction
  • MasterStudy LMS API Plugin Setup
  • Flutter Environment
  • Android App Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Null safety setup
    • Installing Flutter Packages on mac
    • Setting the Site URL on mac
    • Adding App Icon on mac
    • Setting App Name on mac
    • Firebase on mac
    • Firebase Project Setup
    • Change Package Name
    • Test Your App on mac
    • App Release on mac
  • iOS App Build
    • Building App for iOS
    • Firebase for iOS
  • Google And Facebook Sign-In
    • Google Sign-In
    • Facebook Sign-In
  • Android App Build on Windows OS
    • Flutter Setup for Windows System
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Null safety setup
    • Installing Flutter Packages on Windows
    • Setting the Site URL on Windows
    • Adding App Icon on Windows
    • Firebase on Windows
    • Firebase Project Setup
    • Change Package Name
    • Setting App Name on Windows
    • Test Your App on Windows
    • App Release on Windows
  • Extra Materials
    • Item Page
    • Changelog
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Android App Build on Windows OS

Flutter Setup for Windows System

PreviousFacebook Sign-InNextAndroid studio Setup on Windows

Last updated 4 years ago

Was this helpful?

Flutter Setup for Windows

You can watch the full video tutorial describing the process of Android app building for Windows users.

Or follow the instructions and steps described in this manual.

Download the Flutter zip file for Windows system:

Extract the zip file and place it in the desired installation location for Flutter SDK (for example, C:\src\flutter).

After that, you also need to download Dart SDK. Use this link to download the file -

Extract the downloaded file to the same folder you extracted Flutter, you will need this folder for the further Android Studio setup.

Do not install Flutter in a directory like C:\Program Files\ that requires elevated privileges.

Using the Start search bar on your computer, enter “env” in the search field and select the option Edit environment variables for your account.

Next, in the Environment variables in the User Variables field check if there is an entry called Path.

  • If the entry exists, add a full path to flutter\bin.

  • If the entry doesn’t exist, create a new user variable named Path with the full path to flutter\bin.

After that, you need to run the command flutter doctor, which will help you to identify if there are any dependencies you need to install in order to complete the setup.

Run this command:

C:\src\flutter>flutter doctor

When the flutter doctor finishes checking, you can complete the installation of Flutter SDK.

https://flutter.dev/docs/get-started/install/windows#get-the-flutter-sdk
https://dart.dev/get-dart