money_converter 2.0.2 copy "money_converter: ^2.0.2" to clipboard
money_converter: ^2.0.2 copied to clipboard

A New Flutter Plugin for Converting the Currencies Dynamic and contain multi currency very easy to use.

money_converter #

A Flutter plugin for converting the currencies.

Sample Use

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Installation #

  • Pub get
money_converter: ^2.0.2
copied to clipboard
  • Import
import 'package:money_converter/money_converter.dart';
import 'package:money_converter/Currency.dart';
copied to clipboard

Using #

 await MoneyConverter.convert(
        Currency(Currency.USD), Currency(Currency.EGP));
copied to clipboard

Authors #

26
likes
120
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.03 - 2025.04.17

A New Flutter Plugin for Converting the Currencies Dynamic and contain multi currency very easy to use.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on money_converter