Project Requirements
Details for project requirements are shown below.
Last updated
Was this helpful?
Details for project requirements are shown below.
Last updated
Was this helpful?
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.
Follow the link below to setup Flutter SDK in your development environment.
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.