Last updated:
0 purchases
flutter riskified
flutter_riskified #
CURRENTLY UNSTABLE! Use at your own risk!
Riskified beacon plugin for Flutter. Currently supports iOS and Android (Swift and Kotlin).
Usage #
Start the beacon in your main method, before runApp:
import 'package:flutter_riskified/flutter_riskified.dart';
...
main() async {
await Riskified.startBeacon("<SHOP_NAME>", "<SESSION_TOKEN>");
...
runApp(MyApp());
}
copied to clipboard
For more, check out the example or view the docs.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.