img_picker 1.0.2 copy "img_picker: ^1.0.2" to clipboard
img_picker: ^1.0.2 copied to clipboard

Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add img_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  img_picker: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:img_picker/img_picker.dart';
4
likes
160
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.

Repository (GitHub)
View/report issues

Topics

#camera #image-picker #files #file-selection

Documentation

API reference

License

MIT (license)

Dependencies

flutter, img_picker_android, img_picker_ios, img_picker_platform_interface

More

Packages that depend on img_picker

Packages that implement img_picker