Releases: Abedalkareem/games_services
Releases · Abedalkareem/games_services
🎁 4.0.2
What changed?
- Add getPlayerScoreObject to retrieve rank and other score data for leaderboard and time span. by @egonbeermat
- Add optional String token to methods that submit and retrieve score. by @egonbeermat
- Add optional Bool showsCompletionBanner as parameter for iOS GKAchievement.report, replacing hard-coded true. Defaults to true. by @egonbeermat
- Add resetAchievements method for iOS only, Android doesn't support this through Play Games. by @egonbeermat
- Export for player_data.dart. by @@theLee3
- Add logs to save game.
🎁 4.0.1
What changed?
- Add ability to get Play Games auth code for use with backends by @theLee3
- Add PlayerData class to return more score holder details by @theLee3
- Add isAuthenticated check alongside DEBUG signInFailed by @theLee3
- Add signInFailed check to prevent hanging on hot reload by @theLee3
- Handle consent exception when calling loadLeaderboardScores with Scope.friendsOnly by @theLee3
- Ensure all task exceptions are handled, to prevent crashes. by @Erfa
4.0.0 🎁
- migrate to Google Play Games Services 2.0.0.
- use the Darwin folder for iOS and macOS.
3.0.3
3.0.2 🎁
3.0.1 🎁
What's Changed
- add playerIsUnderage by @theLee3
- add playerIsMultiplayerGamingRestricted by @theLee3
- add playerIsPersonalizedCommunicationRestricted by @theLee3
- Fix getSavedGames crash by @AntonHolovin
- Exclude Gson serialized data models from obfuscation by @theLee3
- Return OS not supported errors instead of nil in iOS by @theLee3
To view all changes:
3.0.0...3.0.1
3.0.0 🎁
What's new?
Rearrange classes to group features:
GameAuth
for authentication.Achievements
for anything related to Achievements.Leaderboards
for anything related to Leaderboards.Player
for anything related to Player.SaveGame
for anything related to save game.
Achievements and Leaderboard scores 🚀
What's new?
- Now you can load the achievements data to build your own custom UI 🎁.
- Now you can load leaderboard scores data to build your own custom UI 🎁.
Saved Games 🎁
What's new?
- Add save game.
- Add load game.
- Add delete game.
- Add get saved games.
2.0.9
What's new?
- Support getting the current player score 🚀.
- Now in case of success null will return.
- In case of error an error will return.