stripe_payment_flutter 1.1.2 stripe_payment_flutter: ^1.1.2 copied to clipboard
A Flutter plugin to integrate the stripe libraries for iOS and Android. Supports Apple / Google Pay, SCA, PSD2 and much more. An alternative version for developers that have conflict with react native package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stripe_payment_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
stripe_payment_flutter: ^1.1.2
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:stripe_payment_flutter/stripe_payment.dart';