kaleplussdk 0.0.8 copy "kaleplussdk: ^0.0.8" to clipboard
kaleplussdk: ^0.0.8 copied to clipboard

outdated

KalePlus App Integration SDK.

This package provides the sdk that integrates with the KalePlus loyalty app. Kaleplus app SDK allow POS to integrate the app giftcard and pay functionality.

Features #

Allow POS to integrate with the KalePlus pay and giftcard functionality.

Getting started #

Import the package and start using based on the usage code.

Usage #

final result = await Navigator.push(
context,
MaterialPageRoute(
builder: (context) => KaleplusActivationPage(
clientId,
clientSecret,
partnerLocationId)
),
);
if(result == GeneralStatus.success) {
} else {}

Additional information #

You can integrate with our loyalty app and find more information at https://kaleplus.com

0
likes
0
points
415
downloads

Publisher

unverified uploader

Weekly Downloads

KalePlus App Integration SDK.

Homepage

License

unknown (license)

Dependencies

barcode_scan2, encrypt, flutter, http, path_provider, qr_flutter

More

Packages that depend on kaleplussdk