play_games icon indicating copy to clipboard operation
play_games copied to clipboard

A simple wrapper on top of Google Play Games Services (GPGS), including auth, achievement, and more.

Results 7 play_games issues
Sort by recently updated
recently updated
newest added

When I run `flutter run --no-sound-null-safety` this is an output: ` Launching lib/main.dart on LG H870 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. *...

I am trying to test my project but when I call signIn method I get this error, I followed everything of this tutorial: https://github.com/flame-engine/play_games/blob/master/doc/signin.md My app isn't published yet on...

Hi, there is a note: `xyz/luan/games/play/playgames/Request.java uses or overrides a deprecated API.` And a message: `I/xyz.luan.games.play.playgames.PlayGamesPlugin(16663): Failed to silent signin, trying explicit signin` The example application does not work either.

Hi, I am getting following error while trying to signing in [VERBOSE-2:ui_dart_state.cc(177)] Unhandled Exception: type 'String' is not a subtype of type 'Map' in type cast #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:167:41) #1...

Plugin Version: play_games 0.5.5 Calling `await PlayGames.setPopupOptions()` after successful signin throws an exception: Looks like #12 that was resolved. ``` E/MethodChannel#play_games(19979): java.lang.UnsupportedOperationException: The new embedding does not support the old...