sdk_availability 1.5.2 copy "sdk_availability: ^1.5.2" to clipboard
sdk_availability: ^1.5.2 copied to clipboard

PlatformAndroid

A Flutter plugin to detect the availability of the Google Play Services and Huawei HMS Services API on Android devices.

Google and Huawei Service Availability #

Pub Version

A Flutter plugin to detect the availability of the Google Play Services and Huawei HMS Services API on Android devices. It can also be used to check the device is a Huawei device or not.

Installing #

To use this package, add sdk_availability as a dependency in your pubspec.yaml file.

Usage #


import 'package:sdk_availability/sdk_availability.dart';

TO CHECK DEVICE OTHER THAN HUAWEI
bool isGoogle = await GoogleHuaweiAvailability.isGoogleServiceAvailable;

TO CHECK IS HUAWEI DEVICE
bool isHuawei = await GoogleHuaweiAvailability.isHuaweiServiceAvailable;

0
likes
160
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to detect the availability of the Google Play Services and Huawei HMS Services API on Android devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sdk_availability

Packages that implement sdk_availability