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

discontinued
outdated

A flutter plugin for iOS DeviceCheck.

ios_device_check #

A flutter plugin for iOS DeviceCheck.

Installation #

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

Usage #

bool isSupported = await IosDeviceCheck.isSupported
String token = await IosDeviceCheck.generateToken()

Note #

DeviceCheck API is only supported on iOS 11.0 or newer.

If the plugin is invoked on unsupported platform, it will throw error.