Flutter SDK
Android Studio SDK
Android Studio / VS Code Flutter and Dart plugin
Emulated Device / USB Debugging
flutter doctor
should give no issues
flutter create project_name
generates required files and a sample counter project
from the project directory
flutter run
These widgets are static
Widgets are dynamic and data can be updated using setState((){})