pay_with_stripe 0.0.2
pay_with_stripe: ^0.0.2 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 Dart:
$ dart pub add pay_with_stripeWith Flutter:
$ flutter pub add pay_with_stripeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pay_with_stripe: ^0.0.2Alternatively, your editor might support dart pub get or 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';