camera_picker 1.1.0 copy "camera_picker: ^1.1.0" to clipboard
camera_picker: ^1.1.0 copied to clipboard

Flutter camera picker to take multiple images with live preview

Camera picker

This package will allow you to take multiple camera picture at once and return them for you to process them.

Features #

Preview Preview 2

Getting started #

This package uses the camera package, so please follow the setup for iOS and Android.

Usage #

Full example at example folder.

final results = await Navigator.of(context).push(
  MaterialPageRoute(builder: (context) => CameraPicker())
);
if (results != null) {
  //Do whatever you want with the files.
}

Additional information #

You can customize colors, show/icon the different buttons and specify minimum and maximum number of picture you want.

To see full list of customization please read CameraPicker.

5
likes
90
pub points
70%
popularity

Publisher

unverified uploader

Flutter camera picker to take multiple images with live preview

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

camera, collection, cross_file, flutter, flutter_hooks

More

Packages that depend on camera_picker