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

[image_picker] use nnbd version of deps to resolve ci failure #3580

Merged
merged 3 commits into from
Feb 19, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dev_dependencies:
integration_test:
path: ../../integration_test
mockito: ^5.0.0-nullsafety.7
pedantic: ^1.8.0
plugin_platform_interface: ^1.0.3
pedantic: ^1.10.0
plugin_platform_interface: ">=1.0.0 <3.0.0"

environment:
sdk: ">=2.12.0-0 <3.0.0"
Expand Down