pick_image 1.0.0 copy "pick_image: ^1.0.0" to clipboard
pick_image: ^1.0.0 copied to clipboard

A flutter package for pick image from camera and gallery

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pick_image

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

dependencies:
  pick_image: ^1.0.0

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:pick_image/pick_image.dart';
3
likes
150
points
81
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for pick image from camera and gallery

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, image_picker

More

Packages that depend on pick_image