File tree 2 files changed +6
-2
lines changed
packages/google_sign_in/google_sign_in_ios
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.7.1
2
+
3
+ * Changes ` pigeon ` to a dev dependency.
4
+
1
5
## 5.7.0
2
6
3
7
* Adds support for macOS.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_sign_in_ios
2
2
description : iOS implementation of the google_sign_in plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=3.2.0 <4.0.0"
@@ -25,7 +25,6 @@ dependencies:
25
25
flutter :
26
26
sdk : flutter
27
27
google_sign_in_platform_interface : ^2.2.0
28
- pigeon : ^11.0.1
29
28
30
29
dev_dependencies :
31
30
build_runner : ^2.4.6
@@ -34,6 +33,7 @@ dev_dependencies:
34
33
integration_test :
35
34
sdk : flutter
36
35
mockito : 5.4.3
36
+ pigeon : ^11.0.1
37
37
38
38
topics :
39
39
- authentication
You can’t perform that action at this time.
0 commit comments