stripe_smart_checkout 0.1.0 copy "stripe_smart_checkout: ^0.1.0" to clipboard
stripe_smart_checkout: ^0.1.0 copied to clipboard

Modern Flutter package for Stripe Checkout integration with support for one-time payments and subscriptions. Clean architecture, type-safe, cross-platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stripe_smart_checkout

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

dependencies:
  stripe_smart_checkout: ^0.1.0

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_smart_checkout/stripe_smart_checkout.dart';
1
likes
130
points
147
downloads

Publisher

verified publishersnippetcoder.com

Weekly Downloads

Modern Flutter package for Stripe Checkout integration with support for one-time payments and subscriptions. Clean architecture, type-safe, cross-platform.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_riverpod, freezed_annotation, json_annotation, url_launcher, webview_flutter

More

Packages that depend on stripe_smart_checkout