flutter_chatview icon indicating copy to clipboard operation
flutter_chatview copied to clipboard

Highly customisable chat UI with reply and reaction functionality.

Results 52 flutter_chatview issues
Sort by recently updated
recently updated
newest added

# Description Unless you have had a reason to make the setup stacked instead of a column in the first place, we can stop guessing the bottom inset for the...

I just added to ` debugPrint('${widget.message.id} rebuilt');` to **MessageView** build method . The logs i obtained then. https://user-images.githubusercontent.com/88256165/228053504-507ae548-96e4-4fd1-bcb6-7bc4664ddf44.mp4 Each message even which are outside the viewPort are getting rebuilt, that...

P2