mollie_pay 2.0.0 copy "mollie_pay: ^2.0.0" to clipboard
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_pay

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mollie_pay: ^2.0.0

Alternatively, 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';
1
likes
160
points
3
downloads

Publisher

verified publishergoutam.info

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#payments #checkout #mollie

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on mollie_pay