Flutter SDK => Install Flutter and add it to your PATH. Ensure you're using Flutter SDK version >=3.3.3 <4.0.0
1- Clone the Repository
2- Install Dependencies => flutter pub get
3- Create a New Flutter Project (if not cloning an existing project)
1- Start an Emulator
(For Android: Open Android Studio > AVD Manager > Start an emulator)
(For iOS: Open Xcode > Preferences > Components > Start a simulator)
2- Run the Project => flutter run