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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sdk_availability

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sdk_availability: ^1.5.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sdk_availability/sdk_availability.dart';
0
likes
160
points
12
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