mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 13:19:06 +08:00
[google_sign_in_ios] Move pigeon as a dev dependency (#5685)
Fixes: https://github.com/flutter/flutter/issues/140213
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 5.7.1
|
||||||
|
|
||||||
|
* Changes `pigeon` to a dev dependency.
|
||||||
|
|
||||||
## 5.7.0
|
## 5.7.0
|
||||||
|
|
||||||
* Adds support for macOS.
|
* Adds support for macOS.
|
||||||
|
@ -2,7 +2,7 @@ name: google_sign_in_ios
|
|||||||
description: iOS implementation of the google_sign_in plugin.
|
description: iOS implementation of the google_sign_in plugin.
|
||||||
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
|
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
|
||||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
||||||
version: 5.7.0
|
version: 5.7.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.2.0 <4.0.0"
|
sdk: ">=3.2.0 <4.0.0"
|
||||||
@ -25,7 +25,6 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
google_sign_in_platform_interface: ^2.2.0
|
google_sign_in_platform_interface: ^2.2.0
|
||||||
pigeon: ^11.0.1
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.4.6
|
build_runner: ^2.4.6
|
||||||
@ -34,6 +33,7 @@ dev_dependencies:
|
|||||||
integration_test:
|
integration_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
mockito: 5.4.3
|
mockito: 5.4.3
|
||||||
|
pigeon: ^11.0.1
|
||||||
|
|
||||||
topics:
|
topics:
|
||||||
- authentication
|
- authentication
|
||||||
|
Reference in New Issue
Block a user