firebase_game_services 2.2.0-rc.1 firebase_game_services: ^2.2.0-rc.1 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-rc.1
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';