flutter_camera_picker 1.2.0 copy "flutter_camera_picker: ^1.2.0" to clipboard
flutter_camera_picker: ^1.2.0 copied to clipboard

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 flutter_camera_picker

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

dependencies:
  flutter_camera_picker: ^1.2.0

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:flutter_camera_picker/flutter_camera_picker.dart';
1
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

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 flutter_camera_picker