stripe_intent_data 0.1.9 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