google_huawei_availability 1.0.0
google_huawei_availability: ^1.0.0 copied to clipboard
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;