measures library

A package to manage conversion routines between units of measure in easy way.

To use, import package:measures/measures.dart.

Classes

Acceleration
An Acceleration intended to deal with acceleration measurements of different nature such as gravitational acceleration and so on.
Altitude
An Altitude intended to deal with vertical measurements such as height/altitude/elevation and flight level (FL), mostly in aviation and aeronautical calculations.
Angle
An Angle intended to deal with angular measurements of different nature such as ordinary angles, turn angles, bank, latitude/longitude, etc.
Azimuth
An Azimuth intended to deal with measurements of azimuthal angles such as direction/bearing/heading, etc.
Density
A Density intended to deal with density of material.
Distance
A Distance intended to deal with horizontal measurements such as length/range/distance, etc.
Mass
A Mass intended to deal with mass.
Pressure
A Pressure intended to deal with pressure measurements, for example atmospheric pressure.
Speed
A Speed intended to deal with speed measurements of different nature such as ground speed and airspeed in aviation and aeronautical calculations.
Temperature
A Temperature intended to deal with temperature measurements in a various scales such as Celsius, Fahrenheit and Kelvin.
Time
A Time intended to deal with measurements of time intervals such as seconds/minutes/hours/days, etc.