Follow these steps to set up and run the AREA Client Mobile project. Installation ============ Prerequisites ---------- Before you start, make sure your development environment is correctly configured: 1. **Flutter**: Install Flutter on your machine. Follow the official instructions at `flutter.dev `_. 2. **Android Studio or Xcode**: - For Android, install Android Studio with the necessary tools (Android SDK, AVD). - For iOS, install Xcode (requires macOS). 3. **Git**: Make sure Git is installed to clone the repository. 4. **Test device**: - An emulator (iOS or Android) or a connected physical device. 1. Clone the repository ----------------------- .. code-block:: sh git clone git@github.com:ASM-Studios/AREA.git 2. Install Flutter packages ----------------------- .. code-block:: sh cd AREA/client_mobile flutter pub get 3. Run the project ------------------ .. code-block:: sh flutter run