img_picker 1.0.0 copy "img_picker: ^1.0.0" to clipboard
img_picker: ^1.0.0 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 Dart:

 $ dart pub add img_picker

With Flutter:

 $ flutter pub add img_picker

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

dependencies:
  img_picker: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
72
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

License

unknown (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