pubspec.yaml 912 B

123456789101112131415161718192021222324252627282930313233343536
  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.7.4
  6. flutter:
  7. plugin:
  8. platforms:
  9. android:
  10. package: io.flutter.plugins.imagepicker
  11. pluginClass: ImagePickerPlugin
  12. ios:
  13. pluginClass: FLTImagePickerPlugin
  14. web:
  15. default_package: image_picker_for_web
  16. dependencies:
  17. flutter:
  18. sdk: flutter
  19. flutter_plugin_android_lifecycle: ^2.0.1
  20. image_picker_platform_interface: ^2.0.0
  21. image_picker_for_web: ^2.0.0
  22. dev_dependencies:
  23. flutter_test:
  24. sdk: flutter
  25. integration_test:
  26. sdk: flutter
  27. mockito: ^5.0.0-nullsafety.7
  28. pedantic: ^1.10.0
  29. plugin_platform_interface: ^2.0.0
  30. environment:
  31. sdk: ">=2.12.0-259.9.beta <3.0.0"
  32. flutter: ">=1.10.0"