unit_converter 1.3.0 copy "unit_converter: ^1.3.0" to clipboard
unit_converter: ^1.3.0 copied to clipboard

A library to easily convert between units of different system.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unit_converter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unit_converter: ^1.3.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unit_converter/unit_converter.dart';
8
likes
30
pub points
37%
popularity

Publisher

unverified uploader

A library to easily convert between units of different system.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on unit_converter