gms_check 1.0.2 copy "gms_check: ^1.0.2" to clipboard
gms_check: ^1.0.2 copied to clipboard

PlatformAndroid

This tiny plugin simply check if Google Services is avalable in the Android device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gms_check

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

dependencies:
  gms_check: ^1.0.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:gms_check/gms_check.dart';
9
likes
160
points
1.25k
downloads

Publisher

verified publishersofluffy.io

Weekly Downloads

This tiny plugin simply check if Google Services is avalable in the Android device.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on gms_check