/flutter_riskified

Riskified plugin for Flutter

Primary LanguageDartMIT LicenseMIT

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());
}

For more, check out the example or view the docs.