pay_with_stripe 0.0.4 copy "pay_with_stripe: ^0.0.4" to clipboard
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_stripe

This 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.4

Alternatively, 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';
13
likes
145
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Pay with Stripe is a Flutter package that streamlines Stripe payments, allowing you to complete transactions securely with a single line of code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_stripe

More

Packages that depend on pay_with_stripe