super_measurement 2.0.1 copy "super_measurement: ^2.0.1" to clipboard
super_measurement: ^2.0.1 copied to clipboard

Dart package for converting various unit measurement with ease

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_measurement

With Flutter:

 $ flutter pub add super_measurement

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

dependencies:
  super_measurement: ^2.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:super_measurement/super_measurement.dart';
1
likes
150
pub points
39%
popularity

Publisher

verified publishermrcrbrth.my.id

Dart package for converting various unit measurement with ease

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

reusable_tools

More

Packages that depend on super_measurement