This repository contains the source code for the Sandbox Test Mobile App, developed using Flutter.
To get started with the project, please follow the instructions below.
- Flutter SDK
- Android Studio or VS Code or IntelliJ IDEA
- Clone the repository:
git clone https://github.com/vahellame/sandbox_test_mobile_app- Navigate to the project directory:
cd sandbox_test_mobile_app- Install dependencies:
flutter pub getThis project uses code generation, so you need to run build_runner to generate the necessary code.
dart run build_runner buildTo run the app, execute:
flutter run