live_currency_rate 1.0.0
live_currency_rate: ^1.0.0 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 app is used to Convert amount of transactions from one currency to another.
Features #
Getting started #
Just copy this library to your file
import 'package:live_currency_rate/live_currency_rate.dart';
and then Run the following code
Usage #
CurrencyRate rate = await LiveCurrencyRate.convertCurrency("USD", "AED", 500);
print(rate.result);
Additional information #
We use https so that it may take some while. Try using the Async function to get rates
Avalable for
- iOS : YES
- Android : YES
- Web : NO
Working on it.. it doesnt convert becuase we have not Define CORS in the server yet. Please wait for further updates.
You can use all the currency Codes such as :
-
AED
-
PKR
-
INR
-
USD
-
And many others