unit_conversion 0.1.2 copy "unit_conversion: ^0.1.2" to clipboard
unit_conversion: ^0.1.2 copied to clipboard

outdated

A handy Flutter package for converting between quantities in different units.

unit_conversion

A handy Flutter package for converting between quantities in different units.

Follow on Twitter

Using #

Import the library:

import 'unit_conversion.dart';

You can use this converter to convert between the units. For example:

var celcius = UnitConverter.FahrenheitToCelsius(32.0);
print(celcius);

Contributing #

All contributions are welcome!

License #

This project is licensed under the terms of the MIT license.

1
likes
40
pub points
23%
popularity

Publisher

unverified uploader

A handy Flutter package for converting between quantities in different units.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on unit_conversion