flutter_udf_plugin
A new Flutter plugin.
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Install flutter Plugin
You can find the plugin here
flutter_udf_plugin: ^0.0.1
Add This dependencie in your pubspec.yaml. The plugin need the UDF Swift dependencie, UnifiedDataFingerprint is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'UnifiedDataFingerprintSwift', git: "https://github.com/aps-lab/UnifiedDataFingerprint-Swift.git"