Skip to content

[google_sign_in_ios] Move pigeon as a dev dependency #5685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.7.1

* Changes `pigeon` to a dev dependency.

## 5.7.0

* Adds support for macOS.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_ios
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
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:
sdk: ">=3.2.0 <4.0.0"
Expand All @@ -25,7 +25,6 @@ dependencies:
flutter:
sdk: flutter
google_sign_in_platform_interface: ^2.2.0
pigeon: ^11.0.1

dev_dependencies:
build_runner: ^2.4.6
Expand All @@ -34,6 +33,7 @@ dev_dependencies:
integration_test:
sdk: flutter
mockito: 5.4.3
pigeon: ^11.0.1

topics:
- authentication
Expand Down