Skip to content

Commit 2972112

Browse files
ditmanstuartmorgan-g
authored andcommitted
[google_sign_in] Fix tests to recognize new request attribute. (flutter#5702)
1 parent c13e8a5 commit 2972112

File tree

4 files changed

+263
-248
lines changed

4 files changed

+263
-248
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## NEXT
2+
3+
* Updates tests to use a mock platform instead of relying on default
4+
method channel implementation internals.
5+
16
## 5.3.1
27

38
* Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ dependencies:
2929
google_sign_in_web: ^0.10.0
3030

3131
dev_dependencies:
32+
build_runner: ^2.1.10
3233
flutter_driver:
3334
sdk: flutter
3435
flutter_test:
3536
sdk: flutter
3637
http: ^0.13.0
3738
integration_test:
3839
sdk: flutter
40+
mockito: ^5.1.0
3941

4042
# The example deliberately includes limited-use secrets.
4143
false_secrets:

0 commit comments

Comments
 (0)