Minimal aircraft management app for small groups.
- Aircraft reservations (booking)
- Flight logbook
You can refer to Flutter documentation for build instructions. Currently supported platforms are:
- Android
- iOS
- Linux
- Windows
Everything is stored in the Google cloud and data access is achieved through Google API directly:
- A Google Calendar for booking flights
- A Google Sheets for logging flights
The app needs a specially crafted zip file containing, among other information, credentials for accessing to Google services. Documentation (in a very draft state) can be found in our backend guide (you can also track progress in the related issue).
Airborne only uses Google services to store data on behalf of a service account you need to create in order to use the app. You can learn more at our very small privacy policy.