Skip to content

Commit

Permalink
[gis_web] Allow package:web 1.0.0 (flutter#7203)
Browse files Browse the repository at this point in the history
Brackets the package:web dependency in gis_web to allow for `">=0.5.1 <2.0.0"`.

## Issues

This is needed so we can rebase and land:

* Part of: flutter#7202
  • Loading branch information
ditman authored Jul 24, 2024
1 parent 1c319ac commit 648c92d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/google_identity_services_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.1+2

* Updates web code to package `web: >=0.5.1 <2.0.0`.
* Updates SDK version to Dart `^3.4.0`. Flutter `^3.22.0`.

## 0.3.1+1

* Uses `TrustedTypes` from `web: ^0.5.1`.
Expand Down
8 changes: 4 additions & 4 deletions packages/google_identity_services_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ description: An example for the google_identity_services_web package, OneTap.
publish_to: 'none'

environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
sdk: ^3.4.0
flutter: ">=3.22.0"

dependencies:
flutter:
sdk: flutter
google_identity_services_web:
path: ../
http: ">=0.13.0 <2.0.0"
web: ^0.5.1
http: ^1.2.2
web: ^1.0.0

dev_dependencies:
build_runner: ^2.1.10 # To extract README excerpts only.
Expand Down
6 changes: 3 additions & 3 deletions packages/google_identity_services_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: google_identity_services_web
description: A Dart JS-interop layer for Google Identity Services. Google's new sign-in SDK for Web that supports multiple types of credentials.
repository: https://github.com/flutter/packages/tree/main/packages/google_identity_services_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_identiy_services_web%22
version: 0.3.1+1
version: 0.3.1+2

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
meta: ^1.3.0
web: ^0.5.1
web: ">=0.5.1 <2.0.0"

dev_dependencies:
path: ^1.8.1
Expand Down

0 comments on commit 648c92d

Please sign in to comment.