extension_google_sign_in_as_googleapis_auth
A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
3.0.0
51K downloads/mo
#1460 most downloaded on pub.dev
flutter/packages
What this package is like to depend on
Last release 1 years ago
26 Jun 2025
Release timing varies
gaps range from 2 weeks to 1.3 years
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
18 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
18 releases · Jul 2020 to Jun 2025
2021
2022
2023
2024
2025
2026
Releases
latest 18-
3.0.026 Jun 2025Release notes
Open source →- BREAKING CHANGES:
- The extension method is now on
GoogleSignInClientAuthorizationinstead ofGoogleSignIn, so it must be used after completing an authorization flow. - The extension method has been renamed to
authClient. - The extension method now requires passing
scopes, matching those used to request the authorization.
- The extension method is now on
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
- BREAKING CHANGES:
-
2.0.1331 Mar 2025Release notes
Open source →- Supports the latest version of
package:googleapis_auth. - Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Supports the latest version of
-
2.0.1215 Dec 2023Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Updates README to improve example of using google_sign_in plugin with the
googleapispackage.
-
2.0.1129 Aug 2023Release notes
Open source →- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
-
2.0.1007 Jun 2023Release notes
Open source →- Adds compatibility with
http1.0. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Aligns Dart and Flutter SDK constraints.
- Adds compatibility with
-
2.0.923 Feb 2023Release notes
Open source →- Makes the extension compatible with
google_sign_inversion^5.0.0and^6.0.0. - Fixes a small typo in the code (
oath->oauth). - Updates example app to use
google_sign_in: ^6.0.0.
- Makes the extension compatible with
-
2.0.822 Feb 2023Release notes
Open source →- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
-
2.0.725 Aug 2022 -
2.0.613 Jul 2022 -
2.0.504 Jun 2022 -
2.0.401 Oct 2021Release notes
Open source →- Update example with the latest changes from
google_sign_in, so it builds again on Android. #89301.
- Update example with the latest changes from
-
2.0.315 Sep 2021 -
2.0.215 Mar 2021Release notes
Open source →- Update example to use a scope name as a constant from the People API, instead of a hardcoded string.
- Remove
xbit from README and pubspec.yaml
-
2.0.109 Mar 2021Release notes
Open source →- Rehomed to
flutter/packagesrepository. - Update to
googleapis_auth: ^1.1.0.
- Rehomed to
-
2.0.027 Feb 2021Release notes
Open source →- Migrate to null safety.
- Fixes the requested scopes to use the
GoogleSignIninstance'sscopes.
-
1.0.408 Jan 2021Release notes
Open source →- Update the example app: remove the deprecated
RaisedButtonandFlatButtonwidgets.
- Update the example app: remove the deprecated
-
1.0.114 Oct 2020 -
1.0.014 Jul 2020