firebase_game_services 2.0.2 firebase_game_services: ^2.0.2 copied to clipboard
A Flutter package, linking Google's Play Games and Apple's Game Center with Firebase.
2.0.2 #
- Added
showHighlights
to Accesspoint.
2.0.1 #
Breaking Changes!
FirebaseGameServices.
is nowFirebaseGameServices.instance.
getPlayerID
is nowgetPlayerId
- iCloud and Google Drive saves were removed due to technical debt and being out of scope.
- Migrated to Play Games Services v2.
- Bumped dependencies and got rid of bugs.
1.0.4 #
- Fix native crash caused by callback error.
- Bumped dependencies.
1.0.3 #
- Bumped dependencies.
1.0.2 #
- Bumped dependencies.
1.0.1 #
- Bumped dependencies.
1.0.0 #
- Bumped versions.
- Added iCloud and Google Drive saving.
0.0.5 #
- Fix
Extraneous argument label 'rawValue:' in call
. - Fix
Cannot convert value of type 'Int' to expected argument type
.
0.0.4 #
- Fixed missing method implementation.
0.0.2 #
- Fix
0.0.1 #
- Initial release.