flyerhq / flutter_chat_ui

Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.
https://flyer.chat
1.65k stars 711 forks source link

Image Provider - Full Screen Image in chat onClick #459

Closed typexy closed 1 week ago

typexy commented 1 year ago
typexy commented 1 year ago

Hi,

just tried out the new imageBuilderProvider - very nice so far. Is it possible to have it fullscreen by default, if you click on a messageImage? Currently it is shown only across the message area, not the profile header.

Thanks

thanhnn-bap-jp commented 1 year ago

Simulator Screenshot - iPhone 14 Pro Max - 2023-06-06 at 15 56 37 Same! ImageGallery can not fullscreen.

demchenkoalex commented 1 year ago

Not sure, this is 3rd party, but there is also a custom builder for this, you can disable default gallery and make your own

leeyisoft commented 8 months ago

You are required to click the image after the second screenshot effect?

If so, you can refer to my code https://github.com/imboy-pub/imboy-flutter/blob/main/lib/page/chat/chat/chat_view.dart

line 615  _onMessageDoubleTap

line 906             onMessageTap: (BuildContext c1, types.Message message) async {

image

image

demchenkoalex commented 1 week ago

image preview will not be included in v2 - package user will be able to write their own preview if needed.