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

Unified Flutter payments toolkit supporting Stripe Payment Sheets and Payment Links with automatic URL generation, manual handling, and provider-driven configuration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_pay

With Flutter:

 $ flutter pub add smart_pay

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

dependencies:
  smart_pay: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_pay/smart_pay.dart';
2
likes
0
points
17
downloads

Documentation

Documentation

Publisher

verified publishermwaqas.mobvers.com

Weekly Downloads

Unified Flutter payments toolkit supporting Stripe Payment Sheets and Payment Links with automatic URL generation, manual handling, and provider-driven configuration.

Repository (GitHub)
View/report issues

Topics

#payments #stripe #flutter #payment-processing #payment-gateway

License

unknown (license)

Dependencies

flutter, flutter_stripe, http, url_launcher

More

Packages that depend on smart_pay