Motors App Documentation
App PageChangelog
  • Introduction
  • Motors Application Plugin
    • Installation of the plugin
    • Motors Application Plugin Settings
    • Global Settings
    • Main Page
    • Add a Car Page
    • Inventory
    • Flutter Environment
  • Android Application Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Installing Flutter Packages on mac
    • Null Safety setup
    • Setting the Site URL on mac
    • Upload your logo
    • Adding App Icon on mac
    • Setting App Name on mac
    • Change Package name
    • Test Your App on mac
    • App Release on mac
  • Setup Environment
    • Push Notification Setup
  • Android Application Build on Windows
    • Flutter Setup for the Windows system
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Installing Flutter Packages on Windows
    • Null safety setup
    • Setting the Site URL on Windows
    • Upload your logo
    • Adding App Icon on Windows
    • Change Package Name
    • Test Your App on Windows
    • App Release on Windows
  • IOS App Build
    • Step 1 – App Registration on App Store Connect
    • Step 2 – Register a Bundle ID
    • Step 3 – Prepare for app distribution
    • Step 4 – Setting up the project
    • Step 5 – Add an App Icon
  • IOS App Release
    • Step 1 – Create a build archive
    • Step 2 – Upload an app to App Store Connect
  • Extra Materials
    • Item Page
    • Changelog
      • Page 1
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Android Application Build on Windows

Flutter Setup for the Windows system

PreviousPush Notification SetupNextAndroid studio Setup on Windows

Last updated 2 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