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

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

With Flutter:

 $ flutter 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: ^3.0.6

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:fling_units/fling_units.dart';
11
likes
160
points
1.34k
downloads

Publisher

verified publishergelbermungo.xyz

Weekly Downloads

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 (GitHub)
View/report issues
Contributing

Topics

#convert #converter #tool #unit-converter #units

Documentation

API reference

Funding

Consider supporting this project:

www.paypal.com

License

BSD-3-Clause (license)

More

Packages that depend on fling_units