camera_picker 1.0.0+1 copy "camera_picker: ^1.0.0+1" to clipboard
camera_picker: ^1.0.0+1 copied to clipboard

outdated

Flutter camera picker to take multiple images with live preview

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_picker

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

dependencies:
  camera_picker: ^1.0.0+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:camera_picker/camera_picker.dart';
5
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter camera picker to take multiple images with live preview

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, collection, cross_file, flutter, flutter_hooks

More

Packages that depend on camera_picker