aloisdeniel / media_gallery

A Flutter plugin that lists native gallery items.
MIT License
87 stars 33 forks source link

Issue getting .heic pictures on ios #22

Open imtoori opened 3 years ago

imtoori commented 3 years ago

it looks like the platform channels returns null path for this type of files and so it throws an exception because

File(path);

requires a valid path.