games_services_tvos 0.0.1 copy "games_services_tvos: ^0.0.1" to clipboard
games_services_tvos: ^0.0.1 copied to clipboard

tvOS (Apple TV) implementation of the games_services Flutter plugin, provided by flutter-tvos.

0.0.1 #

Initial release: tvOS implementation of games_services, ported from the shared darwin/ source of games_services 5.3.0.

  • Authentication, leaderboards, achievements, player and access point are the iOS code paths unchanged — Apple TV ships the whole of GameKit.
  • Saved games are compiled out and return saved_games_unavailable: GKLocalPlayer's saved-game category is API_UNAVAILABLE(tvos).
  • On 4.x, note that signIn() resolves with a success message rather than null — see "Using this with games_services 4.x" in the README. Failure throws on both versions, so a completed call is the reliable success signal.
  • Federates against games_services_platform_interface >=4.1.1 <6.0.0. The native side answers both protocol versions: same channel name, 5.3.0's method set is a superset of 4.1.1's, and the only added argument (ignoreImages) defaults to 4.x's behaviour when absent.
0
likes
140
points
--
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the games_services Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, games_services_platform_interface

More

Packages that depend on games_services_tvos

Packages that implement games_services_tvos