mollie_flutter 1.0.5 copy "mollie_flutter: ^1.0.5" to clipboard
mollie_flutter: ^1.0.5 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 Dart:

 $ dart pub add mollie_flutter

With Flutter:

 $ flutter pub add mollie_flutter

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

dependencies:
  mollie_flutter: ^1.0.5

Alternatively, your editor might support dart pub get or 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
0
pub points
74%
popularity

Publisher

unverified uploader

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 mollie_flutter