pubspec.yaml 754 B

12345678910111213141516171819202122232425262728293031
  1. name: image_picker
  2. description: Flutter plugin for selecting images from the Android and iOS image
  3. library, and taking new pictures with the camera.
  4. homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
  5. version: 0.6.7+2
  6. flutter:
  7. plugin:
  8. platforms:
  9. android:
  10. package: io.flutter.plugins.imagepicker
  11. pluginClass: ImagePickerPlugin
  12. ios:
  13. pluginClass: FLTImagePickerPlugin
  14. dependencies:
  15. flutter:
  16. sdk: flutter
  17. flutter_plugin_android_lifecycle: ^1.0.2
  18. image_picker_platform_interface: ^1.1.0
  19. dev_dependencies:
  20. video_player: ^0.10.3
  21. flutter_test:
  22. sdk: flutter
  23. e2e: ^0.2.1
  24. pedantic: ^1.8.0
  25. environment:
  26. sdk: ">=2.1.0 <3.0.0"
  27. flutter: ">=1.10.0 <2.0.0"