A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- install flutter
- install android studio (for android)
-
- install android sdk (for android)
-
- install android emulator (for android)
- install xcode (for ios)
-
- install cocoapods (for ios)
-
- install xcode simulator (for ios)
- install visual studio code (for code editor)
- install dart plugin (for visual studio code)
flutter doctor
(for check flutter)flutter pub get
(for install dependencies)flutter run
(for run project)