ios_device_check 0.0.4 copy "ios_device_check: ^0.0.4" to clipboard
ios_device_check: ^0.0.4 copied to clipboard

discontinued
outdated

Flutter plugin for iOS DeviceCheck.

ios_device_check #

Flutter plugin for iOS DeviceCheck.

Only supported iOS on 11.0 or newer.

Usage #

To use this plugin, add ios_device_check as a dependency in your pubspec.yaml file

// Whether DeviceCheck is supported by the current device.
bool isAvailable = await IosDeviceCheck.isSupported

// Generate token
String token = await IosDeviceCheck.generateToken()