[gis_web] Allow package:web 1.0.0 (#7203)

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: #7202
This commit is contained in:
David Iglesias
2024-07-24 12:48:06 -07:00
committed by GitHub
parent 1c319ac0fa
commit 648c92d107
3 changed files with 12 additions and 7 deletions

View File

@ -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`.

View File

@ -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.

View File

@ -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