Chetan Raval
Chetan Raval

Reputation: 51

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

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

Upvotes: 1

Views: 1654

Answers (1)

yushulx
yushulx

Reputation: 12160

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

Upvotes: 1

Related Questions