advance_image_picker 0.1.5+5 advance_image_picker: ^0.1.5+5 copied to clipboard
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.1.5+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:advance_image_picker/advance_image_picker.dart';