fluttermollie 0.8.4 copy "fluttermollie: ^0.8.4" to clipboard
fluttermollie: ^0.8.4 copied to clipboard

unlistedoutdated

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 fluttermollie

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

dependencies:
  fluttermollie: ^0.8.4

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:fluttermollie/internal/customerhandler.dart';
import 'package:fluttermollie/internal/invoicehandler.dart';
import 'package:fluttermollie/internal/orderhandler.dart';
import 'package:fluttermollie/internal/paymenthandler.dart';
import 'package:fluttermollie/internal/subscriptionhandler.dart';
import 'package:fluttermollie/mollie.dart';
0
likes
0
pub points
0%
popularity

Publisher

verified publisherbasig.nl

Implement the Mollie checkout process easily into your Flutter app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, intl

More

Packages that depend on fluttermollie