2

I find it difficult to customize the UI of the file picker. I want to implement a picker with my own new UI rather than a native picker. What should I do?

waiting for a good answer! I'm not good at English, so I got help from a translator. thank you for reading.

https://github.com/fluttercandies/flutter_wechat_assets_picker Is it possible to customize with this plugin?

LiDe
  • 35
  • 1
  • 7

2 Answers2

1

You can use the photo_manager plugin to get all the photos and make your own file picker, but there is no way to modify the file_picker ui as it calls native file pickers directly.

ZETA-6PO
  • 59
  • 6
0

you can use file_manager plugin it support android and linux by the time this answer was written .

enter image description here

med benzekri
  • 490
  • 6
  • 19