firebase_game_services 2.2.0 copy "firebase_game_services: ^2.2.0" to clipboard
firebase_game_services: ^2.2.0 copied to clipboard

A Flutter package, linking Google's Play Games and Apple's Game Center with Firebase.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_game_services

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

dependencies:
  firebase_game_services: ^2.2.0

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:firebase_game_services/firebase_game_services.dart';
12
likes
140
pub points
59%
popularity

Publisher

unverified uploader

A Flutter package, linking Google's Play Games and Apple's Game Center with Firebase.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

firebase_game_services_apple, firebase_game_services_google, firebase_game_services_platform_interface, flutter

More

Packages that depend on firebase_game_services