flutter_chat_ui
flutter_chat_ui copied to clipboard
Weird top padding
Hello, I faced this issue. Message bubble contains incomprehensible padding at the top. What's wrong with me...? Can you help me?
More info.. flutter: 3.0.5 flutter_chat_ui: ^1.6.4 flutter_chat_types: ^3.4.5
iOS(14.x):
Web(Chrome):

macOS:

I set isTextMessageTextSelectable: false, It's disappeared.
I think bug of following option.
You need to wrap the app in a MaterialApp or CupertinoApp.
You need to wrap the app in a
MaterialApporCupertinoApp.
I already use MaterialApp...

No just wrap the screen in a Scaffold for the yellow underlines to disappear
Will take a look!
Yes, as suggested here, Scaffold is required, I am not sure what happens with Flutter if you don't provide it, everything is underlined with yellow and generally layout breaks.