picker 1.0.3 copy "picker: ^1.0.3" to clipboard
picker: ^1.0.3 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

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
pub points
56%
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on picker