stripe_sdk 0.0.1+2 copy "stripe_sdk: ^0.0.1+2" to clipboard
stripe_sdk: ^0.0.1+2 copied to clipboard

outdated

Stripe SDK is a native flutter package for communicating with the Stripe API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stripe_sdk

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

dependencies:
  stripe_sdk: ^0.0.1+2

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_sdk/stripe_sdk.dart';
170
likes
0
pub points
90%
popularity

Publisher

unverified uploader

Stripe SDK is a native flutter package for communicating with the Stripe API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, uni_links, url_launcher

More

Packages that depend on stripe_sdk