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

discontinued
outdated

A Flutter plugin to use iOS DeviceCheck. Only Supported on iOS 11.0 or newer.

ios_device_check #

A Flutter plugin to use iOS DeviceCheck.

Usage #

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

Example:

import 'package:ios_device_check/ios_device_check.dart';

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.

7
likes
0
pub points
78%
popularity

Publisher

verified publishernaokiokada.com

A Flutter plugin to use iOS DeviceCheck. Only Supported on iOS 11.0 or newer.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_device_check