Reputation: 51
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
Reputation: 12160
Image_picker is only available for iOS, Android and web. For desktop, you can use the file_selector plugin.
Upvotes: 1