123456789101112131415161718192021222324252627282930313233343536 |
- 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.4
- flutter:
- plugin:
- platforms:
- android:
- package: io.flutter.plugins.imagepicker
- pluginClass: ImagePickerPlugin
- ios:
- pluginClass: FLTImagePickerPlugin
- web:
- default_package: image_picker_for_web
- dependencies:
- flutter:
- sdk: flutter
- flutter_plugin_android_lifecycle: ^2.0.1
- image_picker_platform_interface: ^2.0.0
- image_picker_for_web: ^2.0.0
- dev_dependencies:
- flutter_test:
- sdk: flutter
- integration_test:
- sdk: flutter
- 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"
|