Skip to content

Atome-FE/AtomeMerchantDemo-Flutter

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