0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Flutter】ListViewでラップしたら中身が何も表示されなくなった

Posted at

発生したエラー

  • ListViewで子Widgetをラップしたら何も表示されなくなった。

解決策

  • ListViewRow Column Flexの配下で使用してくださいとのこと

A widget that expands a child of a Row, Column, or Flex so that the child fills the available space.

  • 子Widgetの中でExpandedTextFormFieldのラップに使用していたのでExpandedを削除した。
  • またTextFormFieldの中で使用していたexpands: trueも削除した。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?