currencies

Creator: coderz1093

Last updated:

Add to Cart

Description:

currencies

The fundamental package for handling currencies with Dart.


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]);
copied to clipboard
The previous command show as output:
Currency{isoCode: USD, fullName: US Dollar, symbol: $, minorUnit: cent, minorFraction: 100}
copied to clipboard
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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.