image_picker_flutter 1.4.4 copy "image_picker_flutter: ^1.4.4" to clipboard
image_picker_flutter: ^1.4.4 copied to clipboard

A Flutter plugin for iOS and Android for picking images from the image library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_picker_flutter

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

dependencies:
  image_picker_flutter: ^1.4.4

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:image_picker_flutter/image_picker_flutter.dart';
4
likes
30
pub points
39%
popularity

Publisher

unverified uploader

A Flutter plugin for iOS and Android for picking images from the image library.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_picker_flutter