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

outdated

A new flutter plugin project.

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
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter plugin project.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_riskified

Packages that implement flutter_riskified