blob: cf9492bc3be635f1d1750c2b89d7bec913732060 [file] [log] [blame] [view]
## 2.0.11
* Adds pub topics to package metadata.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.0.10
* Adds compatibility with `http` 1.0.
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Aligns Dart and Flutter SDK constraints.
## 2.0.9
* 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`.
## 2.0.8
* Updates links for the merge of flutter/plugins into flutter/packages.
* Updates minimum Flutter version to 3.0.
## 2.0.7
* Fixes lint warnings.
## 2.0.6
* Drops support for Flutter <2.8.
## 2.0.5
* Updates README to reference the correct github URL.
## 2.0.4
* Update example with the latest changes from `google_sign_in`, so it builds again on Android. [#89301](https://github.com/flutter/flutter/issues/89301).
## 2.0.3
* Adjust formatting of code snippets in README.
## 2.0.2
* 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
## 2.0.1
* Rehomed to `flutter/packages` repository.
* Update to `googleapis_auth: ^1.1.0`.
## 2.0.0
* Migrate to null safety.
* Fixes the requested scopes to use the `GoogleSignIn` instance's `scopes`.
## 1.0.4
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
## 1.0.3
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
## 1.0.2
* Update Flutter SDK constraint.
## 1.0.1
* Update android compileSdkVersion to 29.
## 1.0.0
* First published version.