AOSSIE-Org / AOSSIE-Org/Resonate

RenderFlex overflow in pair_chat_dialog

Open
#789 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
344
Forks
350
PR merge metrics
No merged PRs in 30d

Description

### 🐛 Describe the bug

Location

lib/views/widgets/pair_chat_dialog.dart

Description

When opening the pair chat dialog, the UI overflows with this error:

RenderFlex overflowed by 99614 pixels on the bottom
Cause

The dialog content uses a Column without scroll or height constraints, so it exceeds screen height.

Fix

Wrap the content with SingleChildScrollView and add a height constraint to prevent overflow.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.