Image preview for V2 #738
-
First of all, thank you so much for all the work you've done, you rock! Quick Q about image preview, since it's not included, does that mean images won't show at all when uploaded, the loading indicator or is it something else entirely? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! That was specifically for the "gallery" feature—when you tap on an image and a full-screen preview opens. I previously used the photo_view package for this, but since it's no longer actively maintained, I decided not to include it in v2. That said, there's still a press callback, so it's easy to detect when an image message is tapped and implement your own image preview if needed :) |
Beta Was this translation helpful? Give feedback.
Hey!
That was specifically for the "gallery" feature—when you tap on an image and a full-screen preview opens. I previously used the photo_view package for this, but since it's no longer actively maintained, I decided not to include it in v2.
That said, there's still a press callback, so it's easy to detect when an image message is tapped and implement your own image preview if needed :)