flutter_stripe_payment 0.0.18 flutter_stripe_payment: ^0.0.18 copied to clipboard
Add Stripe to your Flutter Application to Accept Card Payments Using Payment Intents with Strong SCA 3DS Compliance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_stripe_payment
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_stripe_payment: ^0.0.18
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:flutter_stripe_payment/flutter_stripe_payment.dart';