DealORound / Deal-O-Round

Flutter port of the Deal-O-Round board card game
MIT License
2 stars 0 forks source link

Add visual feedback for Level and Hand achievements #15

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 4 years ago

Fortunately the Game Services integration works, and there's standard Android visual feedback for the sign-in and leaderboards. However in native Android apps there's also standard feedback for achievements. I don't see those, so we'd need to have a Flutter based feedback of that. An easy implementation would be a properly colored SnackBar, but we'd need to know if the achievement is already unlocked or not.

MrCsabaToth commented 4 years ago

Related issues: https://github.com/Abedalkareem/games_services/issues/8 https://github.com/Abedalkareem/games_services/issues/27

MrCsabaToth commented 4 years ago

Add also feedback for the score submission as well.

MrCsabaToth commented 4 years ago

Looks like games_services 3.2 release will bring native achievement unlock (and possibly game end score submission feedback) as well to the table. https://github.com/Abedalkareem/games_services/issues/27