checkout_ui_sdk 0.1.8 copy "checkout_ui_sdk: ^0.1.8" to clipboard
checkout_ui_sdk: ^0.1.8 copied to clipboard

A Flutter checkout UI SDK that initiates payment sessions and returns a redirect URL for web-based payment flows. Designed for merchant apps to collect required payment details and hand off securely t [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add checkout_ui_sdk

With Flutter:

 $ flutter pub add checkout_ui_sdk

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

dependencies:
  checkout_ui_sdk: ^0.1.8

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:checkout_ui_sdk/checkout_ui_sdk.dart';
0
likes
0
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter checkout UI SDK that initiates payment sessions and returns a redirect URL for web-based payment flows. Designed for merchant apps to collect required payment details and hand off securely to hosted checkout pages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, http, webview_flutter

More

Packages that depend on checkout_ui_sdk