kaleplussdk 0.0.2
kaleplussdk: ^0.0.2 copied to clipboard
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