geo_currencies 0.0.6 copy "geo_currencies: ^0.0.6" to clipboard
geo_currencies: ^0.0.6 copied to clipboard

Package to get information about currency used in some countries

Version 0.0.1: #

  • Added getCurrencyDataByCoordinate function to retrieve currency data for a specific location specified by latitude and longitude.

Version 0.0.2: #

  • Added formatAmountWithCurrencySymbol function to format the given amount with the currency symbol of the specified currency code (ISO 4217).
  • Added formatAmountWithCurrencyCode function to format the given amount with the currency code (ISO 4217) into a readable string.

Version 0.0.3: #

  • Added convertAmountWithCurrenciesCodes function to convert the given amount from one currency code (ISO 4217) to another using currency codes.

Version 0.0.4: #

  • Added getRate function to retrieve the conversion rate between two currency codes (ISO 4217).
  • Added convertAmountWithRate function to convert the given amount using the provided rate to the target currency code (ISO 4217).

Version 0.0.5: #

  • Update readme and pubspec.yaml to add topic.

Version 0.0.6: #

  • Add function getCountryCodesIso31661Alpha2.
  • Add function getCurrencyCodesIso4217.
5
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Package to get information about currency used in some countries

Repository (GitHub)
View/report issues

Topics

#currency #currencies #formatting #conversions #rate

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, intl, logging

More

Packages that depend on geo_currencies