quantity 1.0.0 copy "quantity: ^1.0.0" to clipboard
quantity: ^1.0.0 copied to clipboard

outdated

Facilitates working with physical quantities such as angles, lengths, masses, temperatures and many others. Supports uncertainty and arbitrary precision.

1.0.0 #

  • Requires >= Dart SDK 2.3.
  • Increased testing.
  • Number formatting; quantity text output.
  • The latest official constants.
  • TimeInstant extensions.
  • MutableQuantity.

0.3.0 #

  • Relaxed intl package version dependency to >=0.15.0 <1.0.0.

0.2.0+1 #

  • Dart 2 support.
  • Stricter typing.
  • Addressed many (but not all) analyzer items.

0.1.5 #

  • Upgraded dependencies: intl 0.14 and quiver 0.23.

0.1.4 #

  • Added isScalar and isScalarSI to Dimensions and Quantity.
  • Extended use of type hints in dimensions for more efficient and accurate type determination during operations.
  • Generalized special handling of scalar quantities.

0.1.3+1 #

  • Fixed CHANGELOG.md formatting.

0.1.3 #

  • Added operator == and hashCode to quantity range classes.
  • Added toTypedQuantity to MiscQuantity.
  • Changed googol constant to arbitrary precision.
  • Renamed private _dimensions constructor to _internal in quantities.

0.1.2 #

  • Precise isInteger and _limitPrecision fixes.
  • hashCode testing for quantity objects (esp. Scalar)

0.1.1 #

  • Temperature, TemperatureInterval tests, tweaks, bug fixes.

0.1.0 #

  • Initial version.
12
likes
40
points
2.14k
downloads

Publisher

unverified uploader

Weekly Downloads

Facilitates working with physical quantities such as angles, lengths, masses, temperatures and many others. Supports uncertainty and arbitrary precision.

Repository (GitHub)

Documentation

Documentation

License

MIT (license)

Dependencies

intl, logging

More

Packages that depend on quantity