pay_with_stripe 0.0.4
pay_with_stripe: ^0.0.4 copied to clipboard
Pay with Stripe is a Flutter package that streamlines Stripe payments, allowing you to complete transactions securely with a single line of code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pay_with_stripeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pay_with_stripe: ^0.0.4Alternatively, 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:pay_with_stripe/pay_with_stripe.dart';