Flutter – RenderFlex children , how to wrap a column of listview and row with column in side singlechildscrollview
In flutter , bodypart I have 2 widget : 1 listview.builder and 1 row that containt 2 column with text inside. But don't know how to use SingleChildScrollView and resizeToAvoidBottomInset: true, resizeToAvoidBottomInset: true, body: SingleChildScrollView( padding: const EdgeInsets.all(10), child: Column(children:…