measures 1.1.0 copy "measures: ^1.1.0" to clipboard
measures: ^1.1.0 copied to clipboard

A package intended to help developers improve readability and unambiguity of code, while dealing with commonly used units of measure.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add measures

With Flutter:

 $ flutter pub add measures

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

dependencies:
  measures: ^1.1.0

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:measures/measures.dart';
5
likes
130
pub points
35%
popularity

Publisher

unverified uploader

A package intended to help developers improve readability and unambiguity of code, while dealing with commonly used units of measure.

Repository

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on measures