app_image_picker 1.0.0 copy "app_image_picker: ^1.0.0" to clipboard
app_image_picker: ^1.0.0 copied to clipboard

PlatformAndroid

A Flutter package that provides a simplified and unified interface for picking images from gallery or camera, built on top of image_picker plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_image_picker

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

dependencies:
  app_image_picker: ^1.0.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:app_image_picker/app_image_picker.dart';
0
likes
160
points
108
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a simplified and unified interface for picking images from gallery or camera, built on top of image_picker plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, image_picker_android, image_picker_platform_interface

More

Packages that depend on app_image_picker