Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 984 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 984 Bytes

flutter_facebook_image_picker

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

pub package

Flutter Facebook Image Picker

Getting started

This plugins displays a gallery with user's Facebook Albums and Photos, based on the access token provided. The plugin does not handle authorozation and login by itelf. In order to do that and provide access token you can use a plugin like flutter_facebook_login, and then just provide the access token to the gallery.

TODO

  • Improve docs
  • Add screenshots
  • Min/Max option
  • Image loading indicators
  • Custom background colors

License

MIT © Radoslav Vitanov