Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# VFR Light Logo [![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

Map Navigation

## Features

- Barometer-based altimeter
- Flight trace recording
- Primitive navigation information panel
- VFR charts (France only for now)

## Requirements

A 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.