geo_currencies 0.0.4
geo_currencies: ^0.0.4 copied to clipboard
Package to get information about currency used in some countries
Version 0.0.1: #
- Added
getCurrencyDataByCoordinatefunction to retrieve currency data for a specific location specified by latitude and longitude.
Version 0.0.2: #
- Added
formatAmountWithCurrencySymbolfunction to format the given amount with the currency symbol of the specified currency code (ISO 4217). - Added
formatAmountWithCurrencyCodefunction to format the given amount with the currency code (ISO 4217) into a readable string.
Version 0.0.3: #
- Added
convertAmountWithCurrenciesCodesfunction to convert the given amount from one currency code (ISO 4217) to another using currency codes.
Version 0.0.4: #
- Added
getRatefunction to retrieve the conversion rate between two currency codes (ISO 4217). - Added
convertAmountWithRatefunction to convert the given amount using the provided rate to the target currency code (ISO 4217).