flutter_stripe_basic 0.0.7 copy "flutter_stripe_basic: ^0.0.7" to clipboard
flutter_stripe_basic: ^0.0.7 copied to clipboard

A new flutter plugin project.

stripe_payment #

Conveniently secure payments methods using Stripe.

Quick Glance #

  • This Flutter plugin is a straight port from tipsi-stripe plugin for React Native - we tried to keep the API as close as possible so the documentation applies this this plugin as well.
  • Collect chargable tokens from users' Card Input

Supported features: #

Card Params Object #

  • createTokenWithCard()

Basic Stripe Payment Object #

  • openBasicIntent()

Dependencies #

Android & iOS #

  • Create a Stripe account and project
  • Retrieve a publishable key from the Stripe dashboard

Currently Only Integrated for iOS Only & is under development mode

Android #

  • Requires AndroidX

Include support in android/gradle.properties

android.useAndroidX=true
android.enableJetifier=true

Documentation #

As this plugin is a port from tipsi-stripe for React Native you may consult their documentation: https://stripe.com/docs/mobile/ios/basic It includes:

  • method documentations
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_stripe_basic