flutter_riskified 0.3.0-pre copy "flutter_riskified: ^0.3.0-pre" to clipboard
flutter_riskified: ^0.3.0-pre copied to clipboard

Riskified beacon plugin for Flutter. Supports Android and iOS.

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.

0
likes
160
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Riskified beacon plugin for Flutter. Supports Android and iOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_riskified