currencies 0.0.3 copy "currencies: ^0.0.3" to clipboard
currencies: ^0.0.3 copied to clipboard

outdated

The fundamental package for handling currencies with Dart.

The fundamental package for handling currencies with Dart.

pub package Build Status

This package provides a set of high-level classes that make it easy to handle currencies with Dart. It's platform-independent, supports iOS and Android.

Using #

  // Print US Dollar information
  print(currencies[Iso4217Code.usd]);

The previous command show as output:

Currency{isoCode: USD, fullName: US Dollar, symbol: $, minorUnit: cent, minorFraction: 100}
5
likes
0
pub points
79%
popularity

Publisher

unverified uploader

The fundamental package for handling currencies with Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on currencies