AOSSIE-Org / AOSSIE-Org/Resonate

RenderFlex overflow in pair_chat_dialog

オープン
#789 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
344
フォーク
350
PR マージ指標
30日以内にマージされた PR はありません

説明

### 🐛 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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。