The Drone Logbook is an Android-only app designed for tracking drone battery usage to monitor battery health over time. In addition, the app supports logging drone flights, tracking which drones and batteries were used, and managing an inventory of drone-related (expenses), parts, and items.
This project is a hobby app built for a small community of drone enthusiasts.
- Track battery usage and monitor health.
- Log drone flights with battery and drone details.
- Manage an inventory for drone-related parts, items, and to track expenses.
- Simple and user-friendly interface.
- Download the app directly from the Google Play Store (link will be updated when the app is published).
- Install the app on your Android device.
- Open the app and start tracking your drone activities!
1 Clone this repository:
git clone https://github.com/Robin-qwerty/the-drone-logbook.git
2 Navigate to the project directory:
cd the_drone_logbook
3.1 Build the app to generate a .apk file:
flutter build apk --release
3.2 Or just run the code to a local device
flutter run
4 Install the APK on your Android device and start using it!