| name: image_picker |
| description: Flutter plugin for selecting images from the Android and iOS image |
| library, and taking new pictures with the camera. |
| author: Flutter Team <flutter-dev@googlegroups.com> |
| homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker |
| version: 0.2.1 |
| |
| flutter: |
| plugin: |
| androidPackage: io.flutter.plugins.imagepicker |
| iosPrefix: FLT |
| pluginClass: ImagePickerPlugin |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| |
| dev_dependencies: |
| flutter_test: |
| sdk: flutter |
| |
| environment: |
| sdk: ">=1.8.0 <2.0.0" |