mollie_pay 2.0.0
mollie_pay: ^2.0.0 copied to clipboard
Flutter helper to start a Mollie checkout, return to the app via deep link, and expose a simple success/pending/failed status for in-app payments.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mollie_payThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mollie_pay: ^2.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mollie_pay/mollie_pay.dart';