measurements 0.0.6 copy "measurements: ^0.0.6" to clipboard
measurements: ^0.0.6 copied to clipboard

discontinued

A dart package providing basic classes for working with measurements such as Length and Mass.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add measurements

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

dependencies:
  measurements: ^0.0.6

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:measurements/measurements.dart';
3
likes
40
pub points
0%
popularity

Publisher

verified publisherborn.dev

A dart package providing basic classes for working with measurements such as Length and Mass.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on measurements