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

Commit eb86dfc

Browse files
authored
[google_maps_flutter_web] Downgrade mockito in example app. (#3679)
1 parent 47c380a commit eb86dfc

File tree

1 file changed

+1
-1
lines changed
  • packages/google_maps_flutter/google_maps_flutter_web/example

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_web/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
google_maps: ^3.4.4
1616
http: ^0.13.0
17-
mockito: ^5.0.0
17+
mockito: ^4.1.4 # Update to ^5.0.0 as soon as this migrates to null-safety
1818
flutter_driver:
1919
sdk: flutter
2020
flutter_test:

0 commit comments

Comments
 (0)