How to customize file_picker UI in flutter

102

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.

Share:
102
LiDe
Author by

LiDe

Updated on December 31, 2022

Comments

  • LiDe
    LiDe over 1 year

    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
    LiDe over 2 years
    thanks you so much!!! It's a pity that you can't customize the file picker's ui.
  • ZETA-6PO
    ZETA-6PO over 2 years
    No worries, flutter_wechat_assets_picker uses photo_managerto make his own ui so don't hesitate.