Skip to content

Commit 90e4e47

Browse files
committed
[google_sign_in_ios] Move pigeon as a dev dependency
1 parent 3f2e16b commit 90e4e47

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.7.1
2+
3+
* Changes `pigeon` to a dev dependency.
4+
15
## 5.7.0
26

37
* Adds support for macOS.

packages/google_sign_in/google_sign_in_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in_ios
22
description: iOS implementation of the google_sign_in plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
5-
version: 5.7.0
5+
version: 5.7.1
66

77
environment:
88
sdk: ">=3.2.0 <4.0.0"
@@ -25,7 +25,6 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
google_sign_in_platform_interface: ^2.2.0
28-
pigeon: ^11.0.1
2928

3029
dev_dependencies:
3130
build_runner: ^2.4.6
@@ -34,6 +33,7 @@ dev_dependencies:
3433
integration_test:
3534
sdk: flutter
3635
mockito: 5.4.3
36+
pigeon: ^11.0.1
3737

3838
topics:
3939
- authentication

0 commit comments

Comments
 (0)