rafidgotit / media_picker_widget

A widget that picks media files from storage and allows you to place anywhere in the widget tree.
MIT License
13 stars 14 forks source link

Header bar customization #6

Closed reliance-engineer closed 1 year ago

reliance-engineer commented 1 year ago

Hi, first I would like to say that I really found this plugin very good, I've been using it in several projects and It have saved me thousand hours!! So KUDOS to the devs!!

I have a request, I would like to have more customisation, specifically in the Header to be able to achieve some complex requirements as the one I show in the image.

image

Right now the Header has an this alignment mainAxisAlignment: MainAxisAlignment.spaceAround, that doesn't allow to move the album selector.

Specifically the changes I'm requesting are:

  1. Allow the developer to set the Header bar alignment
  2. Allow the user to hide the button on MediaCount.multiple

Thanks in advance!!

rafidgotit commented 1 year ago

hey @reliance-engineer , Thank you so much for you appreciation. I've just released 1.0.1 version of this package where you can add custom header using HeaderBuilder. Check the doc for details. https://pub.dev/packages/media_picker_widget#custom-header

Ask me anything if you need help. Also sorry for being late...

reliance-engineer commented 1 year ago

Thank you so much!!