PackageTrack
Sign in Get early access

google_sign_in_ios

iOS implementation of the google_sign_in plugin.

6.3.0 1.6M downloads/mo #276 most downloaded on pub.dev flutter/packages

What this package is like to depend on

Last release 6 months ago

10 Feb 2026

Ships fairly regularly

a new release about every 4 weeks

Nearly every release is documented

notes for 37 of 37 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

37 releases · first in 2022

7 releases in the last 12 months

see the full history below

Release timeline

37 releases · Apr 2022 to Feb 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 37
  1. 6.3.0 10 Feb 2026
    Release notes
    • Adds UIScene compatibility.
    • Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
    Open source →
  2. 6.2.5 15 Jan 2026
    Release notes
    • Updates native header visibility for Swift testing.
    Open source →
  3. 6.2.4 17 Nov 2025
    Release notes
    • Updates to Pigeon 26.
    Open source →
  4. 6.2.3 03 Nov 2025
    Release notes
    • Internal restructuring to improve testability.
    Open source →
  5. 6.2.2 18 Oct 2025
    Release notes
    • Updates minimum supported version to iOS 13.
    • Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
    Open source →
  6. 6.2.1 18 Sep 2025
    Release notes
    • Fixes a bug that would cause serverAuthorizationTokensForScopes to return null even when called for a user that had just authenticated.
    Open source →
  7. 6.2.0 17 Sep 2025
    Release notes
    • Adds support for the clearAuthorizationToken method.
    • Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
    Open source →
  8. 6.1.0 21 Jul 2025
    Release notes
    • Updates to GoogleSignIn 9.0.
    • Adds support for the nonce parameter.
    Open source →
  9. 6.0.1 08 Jul 2025
    Release notes
    • Returns configuration errors as PlatformExceptions in Dart instead of crashing the app.
    Open source →
  10. 6.0.0 24 Jun 2025
    Release notes
    • BREAKING CHANGE: Switches to implementing version 3.0 of the platform interface package, rather than 2.x, significantly changing the API surface.
    • Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
    Open source →
  11. 5.9.0 16 Apr 2025
    Release notes
    • Updates Google Sign-In SDK to 8.0+.
    Open source →
  12. 5.8.1 06 Mar 2025
    Release notes
    • Asserts that new forceAccountName parameter is null (not used in iOS).
    Open source →
  13. 5.8.0 13 Feb 2025
    Release notes
    • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
    • Adds Swift Package Manager compatibility.
    Open source →
  14. 5.7.8 07 Oct 2024
    Release notes
    • Updates Pigeon for non-nullable collection type support.
    Open source →
  15. 5.7.7 27 Aug 2024
    Release notes
    • Fixes "callee requires a non-null parameter" analyzer warning.
    • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
    Open source →
  16. 5.7.6 17 Apr 2024
    Release notes
    • Upgrades GoogleSignIn iOS SDK to 7.1.
    Open source →
  17. 5.7.5 28 Mar 2024
    Release notes
    • Pins GoogleSignIn to iOS SDK "7.0.0" while preparing the update to 7.1.
    Open source →
  18. 5.7.4 15 Feb 2024
    Release notes
    • Improves type handling in Objective-C code.
    • Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
    Open source →
  19. 5.7.3 12 Jan 2024
    Release notes
    • Adds privacy manifest.
    Open source →
  20. 5.7.2 03 Jan 2024
    Release notes
    • Updates clearAuthCache override to match base class declaration.
    Open source →
  21. 5.7.1 15 Dec 2023
    Release notes
    • Changes pigeon to a dev dependency.
    Open source →
  22. 5.7.0 07 Dec 2023
    Release notes
    • Adds support for macOS.
    • Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
    Open source →
  23. 5.6.5 08 Nov 2023
    Release notes
    • Upgrades GoogleSignIn iOS SDK to 7.0.
    Open source →
  24. 5.6.4 18 Sep 2023
    Release notes
    • Converts platform communication to Pigeon.
    Open source →
  25. 5.6.3 30 Aug 2023
    Release notes
    • Adds pub topics to package metadata.
    • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
    Open source →
  26. 5.6.2 01 May 2023
    Release notes
    • Updates functions without a prototype to avoid deprecation warning.
    Open source →
  27. 5.6.1 08 Mar 2023
    Release notes
    • Clarifies explanation of endorsement in README.
    • Aligns Dart and Flutter SDK constraints.
    Open source →
  28. 5.6.0 02 Mar 2023
    Release notes
    • Updates minimum Flutter version to 3.3 and iOS 11.
    Open source →
  29. 5.5.2 22 Feb 2023
    Release notes
    • Updates links for the merge of flutter/plugins into flutter/packages.
    • Updates minimum Flutter version to 3.0.
    Open source →
  30. 5.5.1 18 Nov 2022
    Release notes
    • Fixes passing serverClientId via the channelled init call
    • Updates minimum Flutter version to 2.10.
    Open source →
  31. 5.5.0 30 Aug 2022
    Release notes
    • Adds override for GoogleSignInPlatform.initWithParams.
    Open source →
  32. 5.4.0 07 Jul 2022
    Release notes
    • Adds support for serverClientId configuration option.
    • Makes Google-Services.info file optional.
    Open source →
  33. 5.3.1 19 May 2022
    Release notes
    • Suppresses warnings for pre-iOS-13 codepaths.
    Open source →
  34. 5.3.0 19 May 2022
    Release notes
    • Supports arm64 iOS simulators by increasing GoogleSignIn dependency to version 6.2.
    Open source →
  35. 5.2.7 10 May 2022
    Release notes
    • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
    Open source →
  36. 5.2.6 27 Apr 2022
    Release notes
    • Switches to an internal method channel, rather than the default.
    Open source →
  37. 5.2.5 12 Apr 2022
    Release notes
    • Splits from google_sign_in as a federated implementation.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive