問題タブ [flutter-listview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flutter - ビルダーなしで ListTiles を動的に作成する
さまざまな種類の情報を表示する必要があるカスタム入力の ListView があります (カスタム生成された ListView はおそらく正しい方法ではないことはわかっています)。ただし、取得する要素の量に応じてListTiles
いくつかを作成したいListTiles
別のリスト (通常は 1 ~ 3、最大 4)。それらに多くのさまざまなアイテムを表示しListTiles
たいのですが、これを行う最良の方法を知りたいです。
私の最初のアプローチは、for ループを使用して新しいリスト タイルを作成し、他のリストの各エントリのデータを入力することです。
そのようです: