Todo
GithubDemoYoutube
  • FLUTTER TO DO APP
  • Technologies Used
  • Project Requirements
  • Installation Guide
  • App Structure
  • firebase config
  • Release Build
  • Video Installation Guide
Powered by GitBook
On this page

Was this helpful?

Project Requirements

Details for project requirements are shown below.

PreviousTechnologies UsedNextInstallation Guide

Last updated 5 years ago

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.

Install Flutter on operating system of your choice

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

Linux:

Windows:

macOS:

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.

Android Studio/IntelliJ:

Visual Studio Code:

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.

https://flutter.dev/docs/get-started/install/linux
https://flutter.dev/docs/get-started/install/windows
https://flutter.dev/docs/get-started/install/macos
https://flutter.dev/docs/get-started/editor?tab=androidstudio
https://flutter.dev/docs/get-started/editor?tab=vscode
https://flutter.dev/docs/get-started/test-drive?tab=androidstudio