fast_operation 1.7.0 copy "fast_operation: ^1.7.0" to clipboard
fast_operation: ^1.7.0 copied to clipboard

A dart package for essential quick conversions for physical properties like distance, weight, temperature,and so many. Just import one file,then access all of its properties.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fast_operation

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

dependencies:
  fast_operation: ^1.7.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:fast_operation/fast_operation.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A dart package for essential quick conversions for physical properties like distance, weight, temperature,and so many. Just import one file,then access all of its properties.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on fast_operation