[障害対応]initState() must be a void method without an async keyword. 投稿者:zakku-spot 投稿公開日:2022年7月13日 投稿カテゴリー:flutter/障害対応/障害対応 投稿コメント:0件のコメント 1.背景 initState()中で、(うっかり)非同期処理… 続きを読む[障害対応]initState() must be a void method without an async keyword.
[障害対応]WidgetをListView(children:[ に配置した場合の起動時エラー(RenderCustomMultiChildLayoutBox object was given an infinite size during layout.)について 投稿者:zakku-spot 投稿公開日:2022年7月11日 投稿カテゴリー:flutter/障害対応 投稿コメント:0件のコメント 1.発生事象 ListView以降にDropdownMenu… 続きを読む[障害対応]WidgetをListView(children:[ に配置した場合の起動時エラー(RenderCustomMultiChildLayoutBox object was given an infinite size during layout.)について
[障害対応]Invalid use of a private type in a public API. 投稿者:zakku-spot 投稿公開日:2022年6月22日 投稿カテゴリー:dart/flutter/障害対応/障害対応 投稿コメント:0件のコメント 1.エラーメッセージ Invalid use of a pr… 続きを読む[障害対応]Invalid use of a private type in a public API.
[障害対応]ParentDataWidget Expanded wants to apply ParentData of type FlexParentData to aRenderObject, which has been set up to accept ParentData of incompatible type BoxParentData. 投稿者:zakku-spot 投稿公開日:2022年6月20日 投稿カテゴリー:dart/flutter/障害対応/障害対応 投稿コメント:0件のコメント 1.発生事象: デバッグモード実行時( flutter ru… 続きを読む[障害対応]ParentDataWidget Expanded wants to apply ParentData of type FlexParentData to aRenderObject, which has been set up to accept ParentData of incompatible type BoxParentData.