multiple_image_picker 0.4.8 copy "multiple_image_picker: ^0.4.8" to clipboard
multiple_image_picker: ^0.4.8 copied to clipboard

Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multiple_image_picker

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

dependencies:
  multiple_image_picker: ^0.4.8

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:multiple_image_picker/multiple_image_picker.dart';
7
likes
30
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.

License

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

Dependencies

flutter

More

Packages that depend on multiple_image_picker

Packages that implement multiple_image_picker