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 cbdd090 commit 42cd3f3Copy full SHA for 42cd3f3
3 files changed
packages/google_sign_in/google_sign_in_web/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.10.0
2
+
3
+* Migrate to null-safety.
4
5
## 0.9.2+1
6
7
* Update Flutter SDK constraint.
packages/google_sign_in/google_sign_in_web/example/pubspec.yaml
@@ -10,7 +10,6 @@ dependencies:
10
sdk: flutter
11
12
dev_dependencies:
13
- google_sign_in: ^5.0.0-0
14
http: ^0.13.0
15
js: ^0.6.3
16
flutter_driver:
packages/google_sign_in/google_sign_in_web/pubspec.yaml
@@ -12,7 +12,7 @@ flutter:
fileName: google_sign_in_web.dart
dependencies:
- google_sign_in_platform_interface: ^2.0.0-0
+ google_sign_in_platform_interface: ^2.0.0-0 # TODO: Migrate to stable
flutter:
17
18
flutter_web_plugins:
0 commit comments