quick_image_picker 0.0.3+4 copy "quick_image_picker: ^0.0.3+4" to clipboard
quick_image_picker: ^0.0.3+4 copied to clipboard

discontinuedreplaced by: advance_image_picker

Flutter plugin in pure Dart code for selecting/editing multiple images from the Android/iOS image library and taking new pictures with the camera in the same view.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quick_image_picker

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

dependencies:
  quick_image_picker: ^0.0.3+4

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:quick_image_picker/quick_image_picker.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publisherweta.vn

Flutter plugin in pure Dart code for selecting/editing multiple images from the Android/iOS image library and taking new pictures with the camera in the same view.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

camera, flutter, flutter_native_image, image, image_cropper, image_editor, intl, matrix_gesture_detector, path_provider, photo_manager, photo_view

More

Packages that depend on quick_image_picker