measure 0.1.1 measure: ^0.1.1 copied to clipboard
Library for working with measurements, quantities and units.
0.1.1 #
- FEAT: Support intl v0.19.0 and petitparser v5.0.0.
0.1.0 #
- Null safety
- Support for dart 2
- Remove dependency on package
typedparser
- move implementation of
intValue
to Measurable - rename constants to lower case versions
- make unit constructors public
- add unit converter const factories
- computations with units
- add units in quantity classes as static variables
- rename Duration quantity to DurationQuantity to avoid collision with core Duration class
- remove quantity type argument from Measure
0.0.1 #
- Initial version