natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter

Home Page:https://pub.dev/packages/gal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding a name parameter in putImageBytes

noob8boi opened this issue · comments

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.