A Flutter plugin to support game center and google play games services

games_services A Flutter plugin to support game center and google play games services. Screenshot iOS Android Usage Sign in: To sign in the user. You need to call the sign in before making any action (like sending a score or unlocking an achievement).GamesServices.signIn(); Show achievements: To show the achievements screen.GamesServices.showAchievements(); Show leaderboards: To show the leaderboards screen.GamesServices.showLeaderboards(iOSLeaderboardID: ‘ios_leaderboard_id’);Note: You need …