行の内側にあるTextFieldはレイアウト例外を発生させます.コム

1124 ワード

こんにちはみんなどのようにあなたはすべてですか?この動画はお気に入りから削除されています.今日のチュートリアルでは、行の中にTextFieldを解決しようとしています.
私は3行を持つ列を作成しようとしています.最初の子供たちは、行[イメージ]の第2の子供たちと第3の子供たちが列[ボタン]です.実行すると、次の例外を取得します.
I/flutter ( 7674): BoxConstraints forces an infinite width.
I/flutter ( 7674): These invalid constraints were provided to RenderStack's layout() function by the following
I/flutter ( 7674): function, which probably computed the invalid constraints in question:
I/flutter ( 7674):   RenderConstrainedBox.performLayout (package:flutter/src/rendering/proxy_box.dart:256:13)
I/flutter ( 7674): The offending constraints were:
I/flutter ( 7674):   BoxConstraints(w=Infinity, 0.0<=h<=Infinity)

解決方法1
TextField行の内部にレイアウト例外が発生します.
ここにすべての可能なソリューションが追加されましたTextField inside of Row causes layout exception: Unable to calculate size
をご覧ください