Project Requirements

Details for project requirements are shown below.

To run any flutter app, basic requirements is to install Flutter SDK in your system and install flutter and dart plugin in your choice of editor. If you are new to Flutter, it's a must to install flutter SDK in your Operating System.

Install Flutter on operating system of your choice

Follow the link below to setup Flutter SDK in your development environment.

Install Flutter and Dart plugin in text editor of your choice

Follow the link below to add an editor plugin for Android Studio, IntelliJ, or VS Code. If you want to use a different editor, that’s OK, skip ahead.

To check installed Flutter working properly or not, take Flutter for a test drive: create a first project, run it, and experience “hot reload”.

Link below describes how to create a new Flutter app from templates, run it, and experience “hot reload” after you make changes to the app.

Now, your development environment is ready to run any Flutter Apps.

Last updated