Billimiut
is an item rental service that connects users to safely borrow items they urgently need from people around them based on the user’s current location.
- Flutter SDK (version >= 3.16.7)
- Dart SDK (version >=3.2.4 <4.0.0)
- Android Studio or Visual Studio Code with the Flutter and Dart plugins
Clone the repository using Git:
git clone https://github.com/billimiut/billimiut_app.git
Change to the project directory:
cd billimiut_app
Fetch dependencies and ensure the Flutter environment is set up correctly:
flutter pub get
flutter doctor
If there are any issues reported by flutter doctor, follow the provided instructions to resolve them before proceeding.
Make sure to run the Android emulator or IOS emulator, or connect your android or ios device
To run the app on an Android device or emulator, use the following command:
flutter run -d android
This app is optimized for pixel 7
Other devices may have caution lines
To run the app on an iOS device or simulator, use the following command:
flutter run -d ios
Troubleshooting If you encounter any issues while running the app, please consult the Flutter documentation or submit an issue on the GitHub repository.