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

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}

Supported currencies #

  • Australian Dollar
  • Bulgarian Lev
  • Brazilian Real
  • Canadian Dollar
  • Swiss Franc
  • Chinese Yuan Renminbi
  • Czech Koruna
  • Danish Krone
  • Euro
  • British Pound
  • Hong Kong Dollar
  • Croatian Kuna
  • Hungarian Forint
  • Indonesian Rupiah
  • Israeli Shekel
  • Indian Rupee
  • Icelandic Krona
  • Japanese Yen
  • South Korean Won
  • Mexican Peso
  • Malaysian Ringgit
  • Norwegian Krone
  • New Zealand Dollar
  • Philippine Peso
  • Polish Zloty
  • Romanian Leu
  • Russian Ruble
  • Swedish Krona
  • Turkish Lira
  • Thai Baht
  • US Dollar
  • South African Rand
5
likes
30
pub points
79%
popularity

Publisher

unverified uploader

The fundamental package for handling currencies with Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on currencies