messenger-chat-head-flutter-ui icon indicating copy to clipboard operation
messenger-chat-head-flutter-ui copied to clipboard

Famous FB Messenger Floating Chat head UI developed in Flutter.

Results 2 messenger-chat-head-flutter-ui issues
Sort by recently updated
recently updated
newest added

Chat messages are being start from top/first index. It must start from bottom/last index. Files to be observed: - File producing Message `ListView()`: `lib/ui/chat_head_body/chatListView.dart` - Message `ListView()` being displayed: `lib/ui/chat_head_body/chatHeadBody.dart`

Hi! lib/ui/chat_head.dart:96:7: Error: No named parameter with the name 'resizeToAvoidBottomPadding'. resizeToAvoidBottomPadding: false, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../flutter/packages/flutter/lib/src/material/scaffold.dart:1451:9: Context: Found this candidate, but the arguments don't match. const Scaffold({ ^^^^^^^^ FAILURE: Build failed with...