currency_converter 2.0.0 copy "currency_converter: ^2.0.0" to clipboard
currency_converter: ^2.0.0 copied to clipboard

Live Currency converter in flutter

DESCRIPTION: A Simple Flutter plugin for converting currencies and crypto currencies live!

Features #

  1. Convert currencies from one to another by live rates.
  2. Convert crypto currencies too.

Getting started #

Install Package to your pubspec.yaml file

currency_converter: ^0.0.5;

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.

     Currency myCurrency = await CurrencyConverter.getMyCurrency();
     var usdConvert = await CurrencyConverter.convert(
      from: Currency.usd,
      to: myCurrency,
      amount: 1,
    );

  • for more checkout the example file.

Issues And feedback #

  • Please file specific issues, bugs, or feature requests in our issue tracker.

Authors #

16
likes
110
pub points
88%
popularity

Publisher

unverified uploader

Live Currency converter in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, intl

More

Packages that depend on currency_converter