ios_device_check 2.0.0+1 copy "ios_device_check: ^2.0.0+1" to clipboard
ios_device_check: ^2.0.0+1 copied to clipboard

discontinued
PlatformiOS

Flutter plugin for accessing the iOS DeviceCheck. Only supported on iOS 11.0 or newer.

ios_device_check #

Flutter plugin for accessing the iOS DeviceCheck.

Note: DeviceCheck 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
130
pub points
78%
popularity

Publisher

verified publishernaokiokada.com

Flutter plugin for accessing the iOS DeviceCheck. Only supported on iOS 11.0 or newer.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_device_check