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

Commit

Permalink
[image_picker_platform_interface] Bump NNBD version to stable (#3573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang authored Feb 19, 2021
1 parent 72cbcac commit 4f31f3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-nullsafety
## 2.0.0

* Migrate to null safety.
* Breaking Changes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ description: A common platform interface for the image_picker plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 2.0.0-nullsafety
version: 2.0.0

dependencies:
flutter:
sdk: flutter
meta: ^1.3.0-nullsafety.6
http: ^0.13.0-nullsafety.0
plugin_platform_interface: ^1.1.0-nullsafety.2
meta: ^1.3.0
http: ^0.13.0
plugin_platform_interface: ">=1.0.0 <3.0.0"

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.3
pedantic: ^1.10.0

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.10.0"

0 comments on commit 4f31f3f

Please sign in to comment.