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:
Flutter: Install Flutter on your machine. Follow the official instructions at flutter.dev.
Android Studio or Xcode: - For Android, install Android Studio with the necessary tools (Android SDK, AVD). - For iOS, install Xcode (requires macOS).
Git: Make sure Git is installed to clone the repository.
Test device: - An emulator (iOS or Android) or a connected physical device.
1. Clone the repository
git clone git@github.com:ASM-Studios/AREA.git
2. Install Flutter packages
cd AREA/client_mobile
flutter pub get
3. Run the project
flutter run