firebase_game_services 2.2.0-beta.3 firebase_game_services: ^2.2.0-beta.3 copied to clipboard
A Flutter package, linking Google's Play Games and Apple's Game Center with Firebase.
2.2.0 #
Added:
- Added
FirebaseGameServices.instance.showAllLeaderboards()
. - Added
FirebaseGameServices.instance.showSingleLeaderboard()
. - Added
FirebaseGameServices.instance.showDashboard()
Apple Specific. - Added
FirebaseGameServices.instance.showPlayerProfile()
Apple Specific.
Deprecated:
FirebaseGameServices.instance.signInLinkedUser()
FirebaseGameServices.instance.showLeaderboards()
2.1.2 #
- Fixed Android implementation.
2.1.0 #
- Fix
Namespace not specified
. - Bumped firebase_auth to
^4.6.1
. - Bumped play-services-auth to
^20.5.0
. - Bumped firebase-auth to
^22.0.0
. - Bumped gradle to
^8.0.1
. - Bumped sdk to
>=2.18.0
. - Bumped flutter to
>=3.0.0
.
2.0.3 #
- Bumped dependencies.
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.