seon_sdk_flutter_plugin 1.2.2
seon_sdk_flutter_plugin: ^1.2.2 copied to clipboard
SEON SDK Flutter Plugin to access SEON's Device Fingerprinting SDK for both Android and iOS platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add seon_sdk_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
seon_sdk_flutter_plugin: ^1.2.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:seon_sdk_flutter_plugin/seon_sdk_flutter_plugin.dart';