We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f180b5 commit 5580d19Copy full SHA for 5580d19
packages/google_identity_services_web/CHANGELOG.md
@@ -1,6 +1,6 @@
1
## 0.3.2
2
3
-* Updates web code to package `web: ^1.0.0`.
+* Updates web code to package `web: >=0.5.1 <2.0.0`.
4
* Updates SDK version to Dart `^3.4.0`. Flutter `^3.22.0`.
5
6
## 0.3.1+1
packages/google_identity_services_web/pubspec.yaml
@@ -9,7 +9,7 @@ environment:
9
10
dependencies:
11
meta: ^1.3.0
12
- web: ">=0.5.0 <2.0.0"
+ web: ">=0.5.1 <2.0.0"
13
14
dev_dependencies:
15
path: ^1.8.1
0 commit comments