atome_sdk_flutter 0.0.1
atome_sdk_flutter: ^0.0.1 copied to clipboard
atome_sdk_flutter
Atome paylater Flutter SDK #
Getting Started #
atome_flutter: ^0.0.1
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