picker 1.0.3+1 copy "picker: ^1.0.3+1" to clipboard
picker: ^1.0.3+1 copied to clipboard

outdated

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.3+1

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
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on picker

Packages that implement picker