File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
packages/image_picker/image_picker_for_web Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- # 2.0.0-nullsafety.1
2
-
3
- * Add doc comments to point out that some arguments aren't supported on the web.
4
-
5
- # 2.0.0-nullsafety
1
+ # 2.0.0
6
2
7
3
* Migrate to null safety.
4
+ * Add doc comments to point out that some arguments aren't supported on the web.
8
5
9
6
# 0.1.0+3
10
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker_for_web
2
2
description : Web platform implementation of image_picker
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_for_web
4
4
5
- version : 2.0.0-nullsafety.1
5
+ version : 2.0.0
6
6
7
7
flutter :
8
8
plugin :
@@ -12,19 +12,18 @@ flutter:
12
12
fileName : image_picker_for_web.dart
13
13
14
14
dependencies :
15
- image_picker_platform_interface : ^2.0.0-nullsafety
15
+ image_picker_platform_interface : ^2.0.0
16
+ meta : ^1.3.0
16
17
flutter :
17
18
sdk : flutter
18
19
flutter_web_plugins :
19
20
sdk : flutter
20
- meta : ^1.3.0-nullsafety.6
21
- js : ^0.6.3-nullsafety.3
22
21
23
22
dev_dependencies :
23
+ pedantic : ^1.10.0
24
24
flutter_test :
25
25
sdk : flutter
26
- pedantic : ^1.10.0
27
26
28
27
environment :
29
- sdk : " >=2.12.0-0 <3.0.0"
30
- flutter : " >=1.10 .0"
28
+ sdk : " >=2.12.0-259.9.beta <3.0.0"
29
+ flutter : " >=1.20 .0"
You can’t perform that action at this time.
0 commit comments