aakash-pamnani / image_input

A pacakage to be used for image input in flutter.
https://pub.dev/packages/image_input
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

[Feature Request] Initialise images from network #1

Open SandaruwanFdo opened 3 months ago

SandaruwanFdo commented 3 months ago

Thank you for great plugin. Please add initialise images from network feature. Thank you.

aakash-pamnani commented 3 months ago

You can use url parameter to use images from network.

SandaruwanFdo commented 3 months ago

Thank you for your response. Url parameter has only for ProfileAvatar widget. I am also looking for a feature for the ImageInput widget

aakash-pamnani commented 3 months ago

Thanks for the suggestion, will try to implement it.

gaurav20gv commented 2 months ago

Dear Aakash,

When using the library, I noticed that when the popup opens to select between the camera and the gallery, if the user clicks outside the popup, it defaults to the gallery. Ideally, clicking outside the popup should dismiss it without making a selection.

Here are the steps to reproduce the issue:

Integrate the image_input library into a Flutter project. Trigger the image selection popup. Click outside the popup.

Expected behaviour:

The popup should close without selecting either option.

Actual behaviour:

The popup closes and defaults to the gallery selection.

I believe this small fix would greatly enhance the user experience by preventing unintended selections.