pfd

Last updated:

0 purchases

pfd Image
pfd Images
Add to Cart

Description:

pfd

Welcome #
A Plug and Play Flutter Widget Library for Primary Flight Display.

Features #
A Simple Statless PFD Widget that works across all platforms (Since it uses built-in dart drawing functionality) and has the ability to lively show Roll, Pitch, Yaw, Air Speed and Altitude.
Getting started #
It's extremely simple to get started with this library
simply add it to your flutter pubspec.yaml file by first running the command:
flutter pub add pfd
copied to clipboard
and then optionally running:
flutter pub get
copied to clipboard
Usage #
Simply Import the Package and use the PFD widget.

PFD(
airSpeed: AirSpeed,
roll: Roll,
pitch: Pitch,
yaw: Yaw,
altitude: Altitude,
width: 400,
height: 400,
)
copied to clipboard
Note: You can use a State Manager like GetX to update the PFD widget since it is indeed a stateless widget. #
Contribution #
Any Contributions are welcome, this widget currently misses some more functionality such as Alpha and Beta, G-Load and most importantly a Command value/indicator for each of the 3-Degree angles as well as Air Speed and Ground Speed.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.