ferraridamiano / units_converter

Pure Dart package to easily convert units of mesurement, numeral systems and custom units.
https://pub.dev/packages/units_converter
MIT License
29 stars 15 forks source link

Add option for lazy conversion #12

Open ferraridamiano opened 2 years ago

ferraridamiano commented 2 years ago

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.