- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
- 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
googleapis
package.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Adds compatibility with
http
1.0. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Aligns Dart and Flutter SDK constraints.
- Makes the extension compatible with
google_sign_in
version^5.0.0
and^6.0.0
. - Fixes a small typo in the code (
oath
->oauth
). - Updates example app to use
google_sign_in: ^6.0.0
.
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
- Fixes lint warnings.
- Drops support for Flutter <2.8.
- Updates README to reference the correct github URL.
- Update example with the latest changes from
google_sign_in
, so it builds again on Android. #89301.
- Adjust formatting of code snippets in README.
- Update example to use a scope name as a constant from the People API, instead of a hardcoded string.
- Remove
x
bit from README and pubspec.yaml
- Rehomed to
flutter/packages
repository. - Update to
googleapis_auth: ^1.1.0
.
- Migrate to null safety.
- Fixes the requested scopes to use the
GoogleSignIn
instance'sscopes
.
- Update the example app: remove the deprecated
RaisedButton
andFlatButton
widgets.
- Fix outdated links across a number of markdown files (#3276)
- Update Flutter SDK constraint.
- Update android compileSdkVersion to 29.
- First published version.