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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
2
likes
120
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.04 - 2025.01.16

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)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on stripe_intent_data