photo
image picker, multi picker
support ios icloud
support video
use flutter as ui
if you want to build custom ui, you just need api to make custom ui. to use photo_manager or fork the library to custom ui.
install
import
use
whole example
about android
glide
Android native use glide to create image thumb bytes, version is 4.8.0.
If your other android library use the library, and version is not same, then you need edit your android project's build.gradle.
if you use the proguard
see the github
about ios
Because the album is a privacy privilege, you need user permission to access it. You must to modify the Info.plist
file in Runner project.
like next
xcode like image
build error
if you build error like include of non-modular header inside framework module, see #10 or so