Flutter Course (21 Blogs) Become a Certified Professional

How to Install Flutter on Windows? – Step by Step guide

Last updated on Jun 20,2023 16.5K Views


Flutter is an open-source mobile application development framework that allows developers to build high-performance and visually appealing mobile applications for Android and iOS platforms. It is gaining popularity among developers due to its ease of use, efficiency, and fast development process. To get started with Flutter installation on windows, the first step is to install the framework on your machine. In this process, you need to set up the Flutter development environment, which includes installing the Flutter SDK, configuring your IDE, and adding the necessary plugins. This guide will walk you through the step-by-step process of how to install flutter on your machine.

Contents:


Prerequisites

Before we begin, you’ll need the following software and tools installed on your system:

  • Windows OS (7 or later)
  • 64-bit processor
  • Disk Space: 400 MB (for Android Studio)
  • RAM: 4 GB (minimum)
  • JDK 8 or later
  • Android Studio

Now let’s dive into the installation process:

Download Flutter

Step 1: Download Flutter To download Flutter, go to the official website of Flutter (https://flutter.dev/) and click on the “Download” button. Select the operating system as “Windows” and click on the “Download” button again.

  • Click on “Get Started” and this will navigate to the following page

  • Once you get this page now click on the windows to get the proper configuration

  • Now you will get a page where you will see the System Requirements

  • Then Click on the blue button there to install flutter SDK

Step 2: Extract the downloaded file Once the download is complete, extract the downloaded file to a preferred location on your computer. For example, extract it to “C:srcflutter”.

Step 3: Set up the environment variables To run Flutter commands in the console, you need to add the Flutter SDK path to the PATH environment variable. Here’s how to do it:

  • Open the Start menu and search for “Environment Variables”.
  • Click on “Edit the system environment variables”.
  • Click on the “Environment Variables” button.
  • Under “System Variables”, scroll down to find “Path” and click on “Edit”.
  • Click on “New” and add the path of the Flutter SDK. For example, “C:srcflutterbin”.
  • Click on “OK” to save the changes.
  • You can check the blow images

Verify the Flutter installation

To verify that Flutter is installed correctly, open the command prompt and run the following command: flutter doctor This command checks the installation and displays a report of the status. If everything is installed correctly, you should see “All Flutter doctor checks passed!”.

how to install flutter

flutter installation

how to install flutter

Install Android Studio, Flutter, and Dart plugins

To create and test Android applications with Flutter, you will need to install Android Studio. You can download Android Studio from the official website at https://developer.android.com/studio. Once the download is complete, run the installer and follow the instructions.

After installing Android Studio, the next step is to install the Flutter and Dart plugins. Follow the steps below to install the plugins:

  1. Open Android Studio and go to ‘File’ -> ‘Settings’.
  2. In the ‘Settings’ window, click on the ‘Plugins’ tab.
  3. Click on the ‘Marketplace’ tab and search for ‘Flutter’.
  4. Click on the ‘Install’ button next to the ‘Flutter’ plugin.
  5. Once the installation is complete, repeat the same process for the ‘Dart’ plugin.

 

  • Once you hit download you need to accept the licence

  • You need to specify the location for the Android studio

  • Follow the instruction, you will get to the install page and hit the install button and complete the installation

flutter installation

  • Here you will get the Welcome page

  • Here you will get the SDK Components Setup, choose the proper Components

  • Now Android Studio is Setup is Done
  • Now install the plugins “Flutter” and “Dart”

plug

  • Now Let’s Create the new project

  •  To use the emulator Go to “Virtual Device Manager”

  • Select the Hardware that is compatible with your project



emu

Awesome! You’ve just unlocked a world of possibilities by installing Flutter on your Windows machine. Now, get ready to embark on a thrilling journey of building stunning and dynamic cross-platform mobile applications with ease. So, what are you waiting for? Go ahead and dive into the exciting world of Flutter development and unleash your creativity!

Find out our Flutter Course in Top Cities

IndiaOther Countries
Flutter Training in Chennai Flutter Course in Australia
Flutter Course in BangaloreFlutter Course in Canada
Flutter Training in HyderabadFlutter Course in London

Why install flutter

Installing Flutter provides a number of benefits for developers who want to build mobile applications. Here are some reasons why you might want to install Flutter:

  1. Cross-platform development: With Flutter, you can write a single codebase for both Android and iOS, which saves development time and reduces the cost of building mobile apps.
  2. Fast development: Flutter’s hot reload feature allows developers to make changes to the code and see the changes in real-time, which speeds up the development process.
  3. Beautiful UI: Flutter provides a rich set of customizable widgets that allow developers to create beautiful and responsive user interfaces.
  4. High performance: Flutter apps are compiled into native code, which makes them faster and more efficient than apps built with other cross-platform frameworks.
  5. Large community: Flutter has a large and growing community of developers and contributors, which means there are plenty of resources, tutorials, and support available to help you learn and develop with Flutter.

Finally, installing Flutter provides developers with a powerful and versatile tool for building mobile apps that are fast, responsive, and visually appealing, while also providing a cost-effective and efficient way to develop cross-platform applications.

Conclusion

In conclusion, Flutter is a powerful and versatile mobile app development framework that allows developers to create beautiful and high-performance apps for multiple platforms using a single codebase. With its cross-platform capabilities, fast development, and beautiful UI, Flutter is rapidly becoming one of the most popular frameworks in the mobile app development industry. By following the steps outlined in this blog post, you can easily install Flutter on Windows and start developing your own Flutter apps. So why wait? Start learning Flutter today and join Edureka to upskill your career 

Comments
0 Comments

Join the discussion

Browse Categories

Subscribe to our Newsletter, and get personalized recommendations.