units_converter
units_converter copied to clipboard
Pure Dart package to easily convert units of mesurement, numeral systems and custom units.
I guess this would be a first step towards https://github.com/ferraridamiano/ConverterNOW/issues/251
Fix #23
At the moment we perform the conversion when we call the `convert()` function. But could be interesting to convert just when a unit is requested.
**Description** Add here a brief explanation to which units should be added and possibly why (e.g. they are often used in a specific job). We know that there are a...
I was using MASS and when I tryed to get MASS.pounds.symbol it gave me a warnign that the property did not exist. I fixed it by vreating an extension, possilby...