Closed typexy closed 1 week 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
Same! ImageGallery can not fullscreen.
Not sure, this is 3rd party, but there is also a custom builder for this, you can disable default gallery and make your own
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 preview will not be included in v2
- package user will be able to write their own preview if needed.