picker 1.0.6 copy "picker: ^1.0.6" to clipboard
picker: ^1.0.6 copied to clipboard

Flutter plugin for selecting images from the Android and iOS, taking new pictures with the camera and saves on Gallery

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add picker

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

dependencies:
  picker: ^1.0.6

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:picker/picker.dart';
6
likes
40
pub points
55%
popularity

Publisher

unverified uploader

Flutter plugin for selecting images from the Android and iOS, taking new pictures with the camera and saves on Gallery

Repository (GitHub)
View/report issues

License

Apache-2.0, BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on picker