Follow these steps to set up the project locally for development.
- Flutter SDK (Latest Stable)
- An IDE (VS Code or Android Studio) with Flutter plugins installed.
-
Clone the repository:
git clone https://github.com/brokiem/aimi.git cd aimi -
Install dependencies: You need to install dependencies for both the library and the app.
# Install lib dependencies cd packages/aimi_lib flutter pub get # Install app dependencies cd ../aimi_app flutter pub get
-
Run the Application: Navigate to the app directory and run it on your preferred device.
cd packages/aimi_app flutter run
If you encounter any issues during setup, please:
- Ensure you have the latest stable Flutter SDK installed
- Run
flutter doctorto verify your environment - Check the Issues page for solutions