0

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

Chetan Raval
  • 41
  • 1
  • 5

1 Answers1

1

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

yushulx
  • 11,695
  • 8
  • 37
  • 64