fling_units 0.1.0 copy "fling_units: ^0.1.0" to clipboard
fling_units: ^0.1.0 copied to clipboard

outdated

Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fling_units

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

dependencies:
  fling_units: ^0.1.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:fling_units/fling_units.dart';
10
likes
0
pub points
75%
popularity

Publisher

verified publishergelbermungo.xyz

Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.

Homepage
Repository

License

unknown (LICENSE)

More

Packages that depend on fling_units