advance_image_picker 0.0.4 copy "advance_image_picker: ^0.0.4" to clipboard
advance_image_picker: ^0.0.4 copied to clipboard

outdated

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 advance_image_picker

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

dependencies:
  advance_image_picker: ^0.0.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:advance_image_picker/advance_image_picker.dart';
123
likes
0
pub points
79%
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

unknown (license)

Dependencies

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

More

Packages that depend on advance_image_picker