stripe_intent_data 0.1.9 copy "stripe_intent_data: ^0.1.9" to clipboard
stripe_intent_data: ^0.1.9 copied to clipboard

A package to handle stripe payment's api responses and provides stripe intent details, charge details and customer details, it also create stipe cutomer ID if not available and returns equire data to [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stripe_intent_data

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  stripe_intent_data: ^0.1.9

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:stripe_intent_data/stripe_intent_data.dart';
2
likes
130
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A package to handle stripe payment's api responses and provides stripe intent details, charge details and customer details, it also create stipe cutomer ID if not available and returns equire data to process a payment and also returns a charge details

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on stripe_intent_data