Skip to content

Flutter plugin that allows you to display multi image picker on iOS and Android. πŸ‘ŒπŸ”πŸŽ‰

License

Notifications You must be signed in to change notification settings

CircleCurve/multi_image_picker

Β 
Β 

Repository files navigation

multi_image_picker

build pub package

Flutter plugin that allows you to display multi image picker on iOS and Android.

iOS

Screenshot iOS 1 Screenshot iOS 2 Screenshot iOS 3

For the iOS picker the plugin uses BSImagePicker

Android

Screenshot Anroid 1 Screenshot Anroid 2 Screenshot Anroid 3

For the Android picker the plugin uses Matisse

Usage

First you need to add the plugin to your project.

iOS

You need to add those strings to your Info.plist file in order the plugin to work:

<key>NSPhotoLibraryUsageDescription</key>
<string>Example usage description</string>
<key>NSCameraUsageDescription</key>
<string>Example usage description</string>

Android

You need to request those permissions in AndroidManifest.xml in order the plugin to work:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

For example code usage, please see here

Theming and localization

You can customize different parts of the gallery picker. For reference see below the available options for the different platforms:

Customization on Android

Customization on iOS

API

MultiImagePicker

Asset

TODO

  • Add support for more plugin specific options for iOS and Android, that allows more customization
  • Improve docs
  • Allow choosing videos

Related

License

MIT Β© Radoslav Vitanov

About

Flutter plugin that allows you to display multi image picker on iOS and Android. πŸ‘ŒπŸ”πŸŽ‰

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 41.2%
  • Dart 34.9%
  • Swift 16.9%
  • Ruby 6.1%
  • Objective-C 0.9%