appstitch_stripe 1.0.0
appstitch_stripe: ^1.0.0 copied to clipboard
Appstitch client library for Stripe integrations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appstitch_stripeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appstitch_stripe: ^1.0.0Alternatively, 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:appstitch_stripe/stripe.dart';
import 'package:appstitch_stripe/types/address.dart';
import 'package:appstitch_stripe/types/address.g.dart';
import 'package:appstitch_stripe/types/base.dart';
import 'package:appstitch_stripe/types/base.g.dart';
import 'package:appstitch_stripe/types/billingThresholdsOpts.dart';
import 'package:appstitch_stripe/types/billingThresholdsOpts.g.dart';
import 'package:appstitch_stripe/types/cancelPaymentIntentOpts.dart';
import 'package:appstitch_stripe/types/cancelPaymentIntentOpts.g.dart';
import 'package:appstitch_stripe/types/cancellationReason.dart';
import 'package:appstitch_stripe/types/capturePaymentIntentOpts.dart';
import 'package:appstitch_stripe/types/capturePaymentIntentOpts.g.dart';
import 'package:appstitch_stripe/types/card.dart';
import 'package:appstitch_stripe/types/card.g.dart';
import 'package:appstitch_stripe/types/confirmPaymentIntentOpts.dart';
import 'package:appstitch_stripe/types/confirmPaymentIntentOpts.g.dart';
import 'package:appstitch_stripe/types/connectOptions.dart';
import 'package:appstitch_stripe/types/connectOptions.g.dart';
import 'package:appstitch_stripe/types/createCustomerOpts.dart';
import 'package:appstitch_stripe/types/createCustomerOpts.g.dart';
import 'package:appstitch_stripe/types/createPaymentIntentOpts.dart';
import 'package:appstitch_stripe/types/createPaymentIntentOpts.g.dart';
import 'package:appstitch_stripe/types/createSubscriptionOpts.dart';
import 'package:appstitch_stripe/types/createSubscriptionOpts.g.dart';
import 'package:appstitch_stripe/types/customer.dart';
import 'package:appstitch_stripe/types/customer.g.dart';
import 'package:appstitch_stripe/types/discount.dart';
import 'package:appstitch_stripe/types/discount.g.dart';
import 'package:appstitch_stripe/types/interval.dart';
import 'package:appstitch_stripe/types/invoiceItem.dart';
import 'package:appstitch_stripe/types/invoiceItem.g.dart';
import 'package:appstitch_stripe/types/method.dart';
import 'package:appstitch_stripe/types/paymentBehaviour.dart';
import 'package:appstitch_stripe/types/paymentIntent.dart';
import 'package:appstitch_stripe/types/paymentIntent.g.dart';
import 'package:appstitch_stripe/types/paymentMethod.dart';
import 'package:appstitch_stripe/types/paymentMethod.g.dart';
import 'package:appstitch_stripe/types/price.dart';
import 'package:appstitch_stripe/types/price.g.dart';
import 'package:appstitch_stripe/types/retrieveOpts.dart';
import 'package:appstitch_stripe/types/retrieveOpts.g.dart';
import 'package:appstitch_stripe/types/source.dart';
import 'package:appstitch_stripe/types/source.g.dart';
import 'package:appstitch_stripe/types/subscription.dart';
import 'package:appstitch_stripe/types/subscription.g.dart';
import 'package:appstitch_stripe/types/subscriptionItem.dart';
import 'package:appstitch_stripe/types/subscriptionItem.g.dart';
import 'package:appstitch_stripe/types/subscriptionItemOpts.dart';
import 'package:appstitch_stripe/types/subscriptionItemOpts.g.dart';
import 'package:appstitch_stripe/types/transferData.dart';
import 'package:appstitch_stripe/types/transferData.g.dart';
import 'package:appstitch_stripe/types/updateCustomerOpts.dart';
import 'package:appstitch_stripe/types/updateCustomerOpts.g.dart';
import 'package:appstitch_stripe/types/updatePaymentIntentOpts.dart';
import 'package:appstitch_stripe/types/updatePaymentIntentOpts.g.dart';
import 'package:appstitch_stripe/types/updateSubscriptionOpts.dart';