camera_gallery_photopicker 0.0.5
camera_gallery_photopicker: ^0.0.5 copied to clipboard
A simple Flutter package that allows easy image picking from the gallery or camera. It presents a bottom sheet UI for selecting the image source and returns the selected image to your app via a callba [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add camera_gallery_photopickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
camera_gallery_photopicker: ^0.0.5Alternatively, 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_gallery_photopicker/camera_gallery_photopicker.dart';