Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 42cd3f3

Browse files
committed
Make publishable happier
1 parent cbdd090 commit 42cd3f3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.0
2+
3+
* Migrate to null-safety.
4+
15
## 0.9.2+1
26

37
* Update Flutter SDK constraint.

packages/google_sign_in/google_sign_in_web/example/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
sdk: flutter
1111

1212
dev_dependencies:
13-
google_sign_in: ^5.0.0-0
1413
http: ^0.13.0
1514
js: ^0.6.3
1615
flutter_driver:

packages/google_sign_in/google_sign_in_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flutter:
1212
fileName: google_sign_in_web.dart
1313

1414
dependencies:
15-
google_sign_in_platform_interface: ^2.0.0-0
15+
google_sign_in_platform_interface: ^2.0.0-0 # TODO: Migrate to stable
1616
flutter:
1717
sdk: flutter
1818
flutter_web_plugins:

0 commit comments

Comments
 (0)