camera_gallery_photopicker 0.0.5 copy "camera_gallery_photopicker: ^0.0.5" to clipboard
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_photopicker

This 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.5

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_gallery_photopicker/camera_gallery_photopicker.dart';
1
likes
130
points
51
downloads

Documentation

API reference

Publisher

verified publishermahafujerrahman.xyz

Weekly Downloads

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 callback function. Compatible with Flutter 2.0+ and supports null safety.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on camera_gallery_photopicker