checkout_ui_sdk 1.0.0
checkout_ui_sdk: ^1.0.0 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_sdkWith Flutter:
$ flutter pub add checkout_ui_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
checkout_ui_sdk: ^1.0.0Alternatively, 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';