currency_converter

Creator: coderz1093

Last updated:

Add to Cart

Description:

currency converter

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.5;
copied to clipboard
Import library
import 'package:currency_converter/Currency.dart';
import 'package:currency_converter/currency_converter.dart';
copied to clipboard
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,
);

copied to clipboard

for more checkout the example file.

Issues And feedback #

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

Authors #

Kishan Busa

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.