moneyhash_payment 4.0.9
moneyhash_payment: ^4.0.9 copied to clipboard
MoneyHash is a Super-API infrastructure for payment orchestration and revenue operations in emerging markets.
MoneyHash Flutter SDK #
The MoneyHash Flutter SDK allows developers to integrate MoneyHash payment processing into their web applications. The SDK provides a simple and convenient way to accept customer payments, manage subscriptions, and send payouts.
Get started with our 📚 integration guides
Upgrading to a new version of the SDK? changelog.
Releases
Check out the changelog to view a summary of changes for each release.
Installation
Follow these steps to install the SDK in your Flutter project.
flutter pub add moneyhash_payment
This will add a line like this to your package's pubspec.yaml with the package including the latest version:
dependencies:
moneyhash_payment: ^{{latest_version}}
Import it
Now in your Dart code, you can use:
import 'package:moneyhash_payment/moneyhash_payment.dart';