Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History
91 lines (56 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

91 lines (56 loc) · 1.79 KB

2.2.0

Added:
  • FirebaseGameServices.instance.showAllLeaderboards().
  • FirebaseGameServices.instance.showSingleLeaderboard().
  • FirebaseGameServices.instance.showDashboard() Apple Specific.
  • FirebaseGameServices.instance.showPlayerProfile() Apple Specific.

Fixed:

  • Play Games Services v2 implementation.
Deprecated:
  • FirebaseGameServices.instance.signInLinkedUser()
  • FirebaseGameServices.instance.showLeaderboards()

2.1.2

  • Fixed Android implementation.

2.1.0

  • Fix Namespace not specified.
  • Bumped firebase_auth to ^4.6.1.
  • Bumped play-services-auth to ^20.5.0.
  • Bumped firebase-auth to ^22.0.0.
  • Bumped gradle to ^8.0.1.
  • Bumped sdk to >=2.18.0.
  • Bumped flutter to >=3.0.0.

2.0.3

  • Bumped dependencies.

2.0.2

  • Added showHighlights to Accesspoint.

2.0.1

Breaking Changes!
  • FirebaseGameServices. is now FirebaseGameServices.instance.
  • getPlayerID is now getPlayerId
  • iCloud and Google Drive saves were removed due to technical debt and being out of scope.
  • Migrated to Play Games Services v2.
  • Bumped dependencies and got rid of bugs.

1.0.4

  • Fix native crash caused by callback error.
  • Bumped dependencies.

1.0.3

  • Bumped dependencies.

1.0.2

  • Bumped dependencies.

1.0.1

  • Bumped dependencies.

1.0.0

  • Bumped versions.
  • Added iCloud and Google Drive saving.

0.0.5

  • Fix Extraneous argument label 'rawValue:' in call.
  • Fix Cannot convert value of type 'Int' to expected argument type.

0.0.4

  • Fixed missing method implementation.

0.0.2

  • Fix

0.0.1

  • Initial release.