seon_plugin 2.0.0 seon_plugin: ^2.0.0 copied to clipboard
SEON Anti Fraud Flutter Plugin - The Device Fingerprint tool collects thorough insight about the devices associated to a user.
seon_plugin #
SEON Fraud Prevention - Device Fingerprinting SDK for Flutter.
Learn about SEON Device Fingerprinting SDK at SEON DOCS
Getting Started #
First of all you need to add seon_plugin in your project. In order to do that, follow this guide.
We suggest you to check example source code.
Use Flutter Plugin #
var fingerprintBase64 = await SeonPlugin().getFingerPrintBase64(
sessionId: '<Your Session id>', // Any id for identifying your session with seon.
isLoggingEnabled: true // True if you want the fingerprint response to be logged.
);
Version 2.0.0 Breaking Changes on Android #
The newly computed device hash won't be compatible with previous versions.