MoneyHash V2 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 and example projects

Upgrading to a new version of the SDK? Check out our migration guide and changelog.

Releases

Check out the changelog to view a summary of changes for each release. For instructions on how to upgrade from older versions of the SDK, refer to the migration guide.

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';