kmorkos / flutter_photokit

Flutter plugin to interact with iOS PhotoKit
Other
8 stars 15 forks source link

Retrieve Path from CameraRoll #8

Open EricPHassey opened 4 years ago

EricPHassey commented 4 years ago

I'm looking to actually do the opposite. I'm looking to retrieve images saved from the camera roll. I have the path, but I'm not able to "get" that path. Just keeps saying "Cannot open file, path". This is the path too so not sure why not.

/private/var/mobile/Media/DCIM/100APPLE/

From the path I'm using this: Image image = Image.file(File(path)); but apparently that doesn't work.