Flutter image_picker is not working on macos.Can anyone suggest me which plugin are supported

1.4k Views Asked by At

I am currently in a crisis of cross platform i have an existing app for android and ios now. I wanted that in web and macOS now i am using image_picker in package now the problem is that image picker is not working for the macOS i have tried other packages to for the purpose so can you guys suggest me a package for the same or some way to access and get photos in macOS

1

There are 1 best solutions below

0
On

Image_picker is only available for iOS, Android and web. For desktop, you can use the file_selector plugin.

enter image description here

enter image description here