units 0.0.4 copy "units: ^0.0.4" to clipboard
units: ^0.0.4 copied to clipboard

outdatedDart 1 only

A starting point for measurement units in Dart.

Changelog #

0.0.1 #

  • Initial version

Included right now:

  • Speed
  • Length

0.0.2 #

Minor improvements to Speed and Length, also added some tests

Now, all numbers are forced to a max representation of exactly 6 significant digits For example: 12345678910.12345678 will turn into: 12345678910.123457

0.0.3 #

Minor update, add new tests

0.0.4 #

Added Angle unit Supports negative angles, not restricted to 360 degrees or 2PI radians

0
likes
0
pub points
14%
popularity

Publisher

verified publisheryeradis.com

A starting point for measurement units in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on units