games_services_watchos 0.0.1
games_services_watchos: ^0.0.1 copied to clipboard
watchOS implementation of the games_services plugin: Game Center leaderboards over GameKit, bridged with dart:ffi.
0.0.1 #
- Initial staged release: the watchOS implementation of
games_services. - Leaderboards only — sign-in, score submission, and reading entries.
Achievements, saved games and the access point keep the platform
interface's
UnimplementedErrordefaults;GKGameCenterViewControllerandGKAccessPointdo not exist on watchOS, so there is nothing to present and no partial version worth shipping. - Not yet verified end to end on a physical watch:
GKLocalPlayerreports an authenticated player with an unresolved alias and GameKit then refusesloadEntries. See PORTING_REPORT.md.