live_currency_rate 1.0.8 copy "live_currency_rate: ^1.0.8" to clipboard
live_currency_rate: ^1.0.8 copied to clipboard

Package which connects to the Skysol Server and Live Currency Rate changes. Used to Get Rates of currency or convert rates from one currency to other.

This package is used to convert amount of currency from one currency exchange to another.

You will get live currency Exchange rates.

Features #

  • Get Live Currency Exchange Rates
  • Exchange currency ammount from one to another.
  • Used to convert In-App-Purchase currency to Defualt currency for Admin Dashboard.

Getting started #

Just copy this library to your file

import 'package:live_currency_rate/live_currency_rate.dart';
copied to clipboard

and then Run the following code

Usage #

 CurrencyRate rate = await LiveCurrencyRate.convertCurrency("USD", "AED", 500);
 print(rate.result);

copied to clipboard

Additional information #

We use https so that it may take some while. Try using the Async function to get rates

Avalable for

  • iOS : ✅
  • Android : ✅
  • Web : 🚫

Working on it.. it doesnt convert because we have not Define CORS in the server side yet. Please wait for further updates.

You can use all the currency Codes such as :

  • AED

  • PKR

  • INR

  • USD

  • And many others

23
likes
140
points
574
downloads

Publisher

verified publishersoftasium.com

Weekly Downloads

2024.07.09 - 2025.01.21

Package which connects to the Skysol Server and Live Currency Rate changes. Used to Get Rates of currency or convert rates from one currency to other.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on live_currency_rate