stripe_payment 1.1.4 copy "stripe_payment: ^1.1.4" to clipboard
stripe_payment: ^1.1.4 copied to clipboard

discontinuedreplaced by: flutter_stripe
PlatformAndroidiOS

A Flutter plugin to integrate the stripe libraries for iOS and Android. Supports Apple / Google Pay, SCA, PSD2 and much more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stripe_payment

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

dependencies:
  stripe_payment: ^1.1.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:stripe_payment/stripe_payment.dart';
377
likes
110
pub points
92%
popularity

Publisher

unverified uploader

A Flutter plugin to integrate the stripe libraries for iOS and Android. Supports Apple / Google Pay, SCA, PSD2 and much more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on stripe_payment