Tools and Setup
Prerequisite
Flutter & Dart SDK
To edit this project you must have Flutter and Dart installed and configured successfully on your computer.
Setup your editor, install the Flutter and Dart Plugins.
If you have got android SDK installed and configured, to install Flutter you only need to:
Download Flutter SDK from the official website and extract it.
Add path to previously extracted SDK to your PATH variable.
Run the Flutter doctor tool to check if everything is configured correctly.
All the above steps are mentioned here: https://flutter.dev/docs/get-started/install
Last updated
Was this helpful?