Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CaramelDunes/vfr_light
A lightweight assistant for pilots flying under VFR.
https://github.com/CaramelDunes/vfr_light
aviation flutter map mobile vfr
Last synced: 3 months ago
JSON representation
A lightweight assistant for pilots flying under VFR.
- Host: GitHub
- URL: https://github.com/CaramelDunes/vfr_light
- Owner: CaramelDunes
- License: gpl-3.0
- Created: 2020-09-25T17:02:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T15:21:57.000Z (over 2 years ago)
- Last Synced: 2024-04-24T07:21:32.091Z (10 months ago)
- Topics: aviation, flutter, map, mobile, vfr
- Language: Dart
- Homepage:
- Size: 3.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flying - VFR Llight
README
# VFR Light
[![Build Status](https://api.cirrus-ci.com/github/CaramelDunes/vfr_light.svg)](https://cirrus-ci.com/github/CaramelDunes/vfr_light)
VFR Light is a lightweight assistant for pilots flying under VFR.
## Screenshots
![]()
![]()
## Features
- Barometer-based altimeter
- Flight trace recording
- Primitive navigation information panel
- VFR charts (France only for now)
## RequirementsA device with a barometer and a GPS receiver.
## Building
Download the French VFR charts with
```
pub get
dart bin/download_oaci_vfr.dart
```Build the apk with
```
flutter build apk
```## License
Licensed under the GNU General Public License v3.0.
See [LICENSE](LICENSE) for more information.