forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 846 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: image_picker_for_web
description: Web platform implementation of image_picker
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_for_web
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 1.0.0-nullsafety
flutter:
plugin:
platforms:
web:
pluginClass: ImagePickerPlugin
fileName: image_picker_for_web.dart
dependencies:
image_picker_platform_interface: ^2.0.0-nullsafety
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0-nullsafety.6
js: ^0.6.3-nullsafety.3
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0
environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.10.0"