Tools & Setup
Required Tool
- Flutter & Dart SDK
- Anyone IDE Android Studio (Recommended), Visual Studio Code or IntelliJ IDEA.
- For developing projects in flutter or editing projects in flutter you must require configuration with flutter and Dart in your IDE.
- Set up your editor with Installing the Flutter and Dart plugins.
- If you have Android studio or Visual Studio code then you just need to configure it with flutter and dart plugins
- Download Flutter SDK from the https://docs.flutter.dev/get-started/install and extract it.
- Add Flutter SDK path to your Path variable
- Run the flutter doctor tool to check if everything is configured correctly.