How to customize file_picker UI in flutter

624 Views Asked by At

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?

2

There are 2 best solutions below

2
ZETA-6PO On

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.

0
med benzekri On

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

enter image description here