units_converter icon indicating copy to clipboard operation
units_converter copied to clipboard

Pure Dart package to easily convert units of mesurement, numeral systems and custom units.

Results 6 units_converter issues
Sort by recently updated
recently updated
newest added

I guess this would be a first step towards https://github.com/ferraridamiano/ConverterNOW/issues/251

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.

enhancement

**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...