natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
105 stars 16 forks source link

Adding a name parameter in putImageBytes #204

Closed noob8boi closed 8 months ago

noob8boi commented 8 months ago

Did you check the documentation and it did not help?

Proposal

I believe adding a 'name' parameter in putImageBytes method will enable developer to give custom names for any image to be saved in gallery.

Use case

I think having 'image' name for every saved image can cause confusion to the user. Especially for applications like collage maker where devs might prefer to save the image with collage name defined by user.

noob8boi commented 8 months ago

https://github.com/natsuk4ze/gal/pull/205