super_measurement 2.0.2 super_measurement: ^2.0.2 copied to clipboard
Dart package for converting various unit measurement with ease
2.0.2 #
- Remove unnecessary dependency
2.0.1 #
- Some minor API changes
2.0.0 #
- Breaking changes, please adjust your code to new API, see example for usage
1.1.0 #
- Bug fix
fromJson
- Bug fix at
Length
1.0.20 #
- Bug fix
- Value of unit now non-null
withValue
now have required positional argument- Some refractoring
- Add more docs
1.0.19 #
- Add
Torque
- Minor refractor
1.0.18 #
- Add
Angle
- Add
SurfaceTension
- Add some unit to
DataStorage
- Add docs
1.0.17 #
- Expand supported units and improve API consistency
- Enhancements include the addition of new measurement units such as
ElectricField
,Entropy
,Flow
,Force
, andIllumination
1.0.16 #
- Exposing
convertTo()
andcombineTo()
- Add some extension to
Iterable
- Add
Current
andSound
Unit
1.0.15 #
- Updating dependencies
1.0.14 #
- Use
value
instead ofval
1.0.13 #
- Bug fix
- More typesafe style
1.0.12 #
- Fix typo
1.0.11 #
- Fix typo
1.0.10 #
- Fix from/to Json?
1.0.9 #
- Remove unused dependecies
1.0.8 #
- Add from/to Json
- Fix typo
- Minor performance tweak
1.0.7 #
- Add
Enum
for more granular way accessing theObject
1.0.6 #
- Add
AngularSpeed
model
1.0.5 #
- Add
Energy
Unit
1.0.4 #
- Add
toFeetAndInches
toLength
1.0.3 #
- Add few test
- Removing
*
and/
operator
1.0.2 #
- Add
num
extension - Add
DataStorage
unit - Add
Furlongs
andMillimeters
toLength
- Add
CubicYards
toVolume
- Refractoring
1.0.1 #
- Zero default value of Unit if not provided/null.
1.0.0 #
- Initial version.