currencies 0.0.1 copy "currencies: ^0.0.1" to clipboard
currencies: ^0.0.1 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('isoCode: ${currencies['USD'].isoCode}, '
      'fullName: ${currencies['USD'].fullName}, '
      'symbol: ${currencies['USD'].symbol}, '
      'minorUnit: ${currencies['USD'].minorUnit}, '
      'minorFraction: ${currencies['USD'].minorFraction}');
5
likes
0
pub points
78%
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