forked from flutter-team-archive/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
executable file
·33 lines (29 loc) · 840 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
executable file
·33 lines (29 loc) · 840 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
33
name: image_picker
description: Flutter plugin for selecting images from the Android and iOS image
library, and taking new pictures with the camera.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
version: 0.7.1
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.imagepicker
pluginClass: ImagePickerPlugin
ios:
pluginClass: FLTImagePickerPlugin
dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.0
image_picker_platform_interface: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
path: ../../integration_test
mockito: ^5.0.0-nullsafety.7
pedantic: ^1.10.0
plugin_platform_interface: ^2.0.0
environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.10.0"