google_huawei_availability 1.0.0 copy "google_huawei_availability: ^1.0.0" to clipboard
google_huawei_availability: ^1.0.0 copied to clipboard

outdated

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

Google and Huawei Service Availability #

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

Installing #

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

Usage #


import 'package:google_huawei_availability/google_huawei_availability.dart';

bool isGoogle = await GoogleHuaweiAvailability.isGoogleServiceAvailable;

bool isHuawei = await GoogleHuaweiAvailability.isHuaweiServiceAvailable;

18
likes
0
points
1.8k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on google_huawei_availability