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

discontinued
outdated

A new Flutter plugin.

iOS DeviceCheck Plugin for Flutter #

A Flutter plugin to use iOS DeviceCheck.

Usage #

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

Then,

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

Please see the example app of this plugin for a full example.

Note #

DeviceCheck API is only supported on iOS 11.0 or newer.

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