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

discontinuedreplaced by: flutter_stripe
outdated

A flutter plugin to integrate the stripe plugin for iOS and Android. Currently only adding a credit card as source is implemented.

stripe_payment #

A flutter plugin to integrate the stripe plugin for iOS and Android. Currently only adding a credit card as source is implemented.

Usage #

To set your publishable key set:

import 'package:stripe_payment/stripe_payment.dart';
StripeSource.setPublishableKey("pk_test");

from somewhere in your code, e.g. your main.dart file.

To open the dialog:

StripeSource.addSource().then((String token) {
    print(token); //your stripe card source token
});

Android #

Please be aware that your main activity must extend from FlutterFragmentActivity. Otherwise the Android dialog would've looked very nasty.

TODO #

  • better error handling
  • internationalization
  • more stripe library implementations?
377
likes
0
pub points
92%
popularity

Publisher

unverified uploader

A flutter plugin to integrate the stripe plugin for iOS and Android. Currently only adding a credit card as source is implemented.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on stripe_payment