play_game_service 0.2.4 copy "play_game_service: ^0.2.4" to clipboard
play_game_service: ^0.2.4 copied to clipboard

PlatformAndroid
outdated

A Google Play Games Service Plugin, Created for my little game app. Only support Android for now, but nullsafe

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add play_game_service

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

dependencies:
  play_game_service: ^0.2.4

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:play_game_service/play_game_service.dart';
3
likes
140
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A Google Play Games Service Plugin, Created for my little game app. Only support Android for now, but nullsafe

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on play_game_service

Packages that implement play_game_service