sdk_login_epass

Creator: coderz1093

Last updated:

0 purchases

sdk_login_epass Image
sdk_login_epass Images
Add to Cart

Description:

sdk login epass

The Login Epass SDK is a Flutter package to connect your app with Epass account
Getting started #
Environment:
sdk: '>=2.12.0 <3.0.0'
Import package into pubspec.yaml
dependencies:
sdk_login_epass: ^0.0.8+5
copied to clipboard
Usage #
Usage:

SDK has 2 types of Flavor : PRODUCTION & STAGING

//add function
String? token;//epass token
Future<void> openSDK(BuildContext context) async{
final sdk = SdkLoginEpass(SdkFlavor.STAGING,token);
final result = await sdk.open(context);
if (!mounted) return;
if(result != null) {
ContractShortModel model = result;
print(model.name);
}
}
// in your button's code,add function
openSDK(context);
copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator