Live Currency converter for flutter
DESCRIPTION: A Simple Flutter plugin for converting currencies and crypto currencies live!
Features
- Convert currencies from one to another by live rates.
- Convert crypto currencies too.
Getting started
Install Package to your pubspec.yaml file
currency_converter: ^0.0.1;
Import library
import 'package:currency_converter/Currency.dart';
import 'package:currency_converter/currency_converter.dart';
Usage
Import package to your file where you want to use it.
var usdConvert = await CurrencyConverter.convert(
from: Currency.usd, to: Currency.inr, amount: 1);
- for more checkout the example file.
Issues And feedback
- Please file specific issues, bugs, or feature requests in our issue tracker.