seon_plugin 1.0.1 copy "seon_plugin: ^1.0.1" to clipboard
seon_plugin: ^1.0.1 copied to clipboard

SEON Anti Fraud Flutter Plugin - The Device Fingerprint tool collects thorough insight about the devices associated to a user.

seon_plugin #

pub package

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.
        );

Add SEON framework to your iOS project #

To avoid getting framework not loaded runtime exception, you must add SEONSDK.xcframework into your iOS Targets Runner -> General -> Frameworks, Libraries, and Embedded Content.

Open your iOS project (ios/Runner.xcworkspace) in XCode, from left side menu (project navigator) select Runner, then in TARGETS section seect Runner -> in General tab look for 'Frameworks, Libraries, and Embedded Content' section and add (+) SeonSDK.xcframework.

5
likes
0
pub points
73%
popularity

Publisher

unverified uploader

SEON Anti Fraud Flutter Plugin - The Device Fingerprint tool collects thorough insight about the devices associated to a user.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on seon_plugin