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

discontinued
outdated

Flutter plugin for accessing the iOS DeviceCheck.

ios_device_check #

Flutter plugin for accessing the iOS DeviceCheck.

NOTE

The DeviceCheck API is only available in iOS 11.0 or newer.

If plugin is invoked on unsupported platform, the error will be thrown.

Usage #

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

import 'package:ios_device_check/ios_device_check.dart';

// Check whether the DeviceCheck API is available on the current device.
bool isSupported = await IosDeviceCheck.isSupported();

// Generate a token (Base64-encoded string).
String token = await IosDeviceCheck.generateToken();

Please see the API Doc for more details.

7
likes
0
pub points
78%
popularity

Publisher

verified publishernaokiokada.com

Flutter plugin for accessing the iOS DeviceCheck.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_device_check