mollie_flutter 1.1.6 copy "mollie_flutter: ^1.1.6" to clipboard
mollie_flutter: ^1.1.6 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.6

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';
2
likes
130
pub points
74%
popularity

Publisher

unverified uploader

Implement the Mollie checkout process easily into your Flutter app

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, http, intl

More

Packages that depend on mollie_flutter