camera_picker 1.1.0
camera_picker: ^1.1.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 camera_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
camera_picker: ^1.1.0Alternatively, 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';