Skip to content

Atome-FE/AtomeMerchantDemo-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atome paylater Flutter SDK

Getting Started

atome_sdk_flutter: ^0.0.2

Usage

For iOS, add the following to your Info.plist file: add "Queried URL Schemes" to your info.plist, type is "Array",add a string value "apaylater"

eg. image

Initialize plugin

final _atomeSdkFlutterPlugin = AtomeSdkFlutter();

Check atome is installed

final isAtomeInstalled = await _atomeSdkFlutterPlugin.isAtomeInstalled();

Open an atome link to open atome app

final result = await _atomeSdkFlutterPlugin.openAtomeLink("xxxPaymentUrl");

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors