mollie_flutter 1.1.7 copy "mollie_flutter: ^1.1.7" to clipboard
mollie_flutter: ^1.1.7 copied to clipboard

Implement the Mollie checkout process easily into your Flutter app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mollie_flutter

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

dependencies:
  mollie_flutter: ^1.1.7

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_flutter/gen/assets.gen.dart';
import 'package:mollie_flutter/internal/customerhandler.dart';
import 'package:mollie_flutter/internal/invoicehandler.dart';
import 'package:mollie_flutter/internal/orderhandler.dart';
import 'package:mollie_flutter/internal/paymenthandler.dart';
import 'package:mollie_flutter/internal/subscriptionhandler.dart';
import 'package:mollie_flutter/mollie.dart';
3
likes
130
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

Implement the Mollie checkout process easily into your Flutter app

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, http, intl

More

Packages that depend on mollie_flutter