1

I am creating an Application consist of Form() where I need to insert a picture available in local storage (i.e: Document Directory).

Android, IOS, and Web using ImagePicker Package. but what should I use for windowsOS?

Thank You!

Mehran Ullah
  • 550
  • 4
  • 17
  • Maybe this question can help you [https://stackoverflow.com/questions/59897337/how-to-use-image-picker-plugin-in-flutter-desktop-without-go-flutter](https://stackoverflow.com/questions/59897337/how-to-use-image-picker-plugin-in-flutter-desktop-without-go-flutter) – Lea González Cuello May 12 '21 at 23:41

1 Answers1

2

The only Flutter plugin to select, open, choose, pick and create documents, images videos or other files on Android, iOS, the desktop and the web for reading, writing, use as String, byte list or HTTP uploads.

file_picker_cross: ^4.4.2
Mehran Ullah
  • 550
  • 4
  • 17