flutter_stripe_payment
flutter_stripe_payment copied to clipboard
extended token class
@jonasbark Is there anything we can do to help get this across the line? Currently, requesting for shipping information via this package doesn't have any use, due to no ability to access the selected shipping information (as far as I'm aware).
Operating off of a fork (thank you @avto-region), but obviously would prefer something more stable on pub.dev
.
For anyone interested in using shipping information, you can create a fork, add in @avto-region's changes, and then add to your pubspec.yaml
:
stripe_payment:
git:
url: git://github.com/<YOUR-ORGANIZATION>/flutter_stripe_payment.git
ref: <YOUR-COMMIT>