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

A universal money conversion and calculation library for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cash

With Flutter:

 $ flutter pub add cash

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

dependencies:
  cash: ^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:cash/cash.dart';
1
likes
160
points
27
downloads

Publisher

verified publisherjhubi1.com

Weekly Downloads

A universal money conversion and calculation library for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http, retry

More

Packages that depend on cash