📅  最后修改于: 2022-03-11 15:03:38.642000             🧑  作者: Mango
flutter - ScrollController not attached to any scroll views
-------------------------
@override
void initState() {
super.initState();
WidgetsBinding.instance.addPostFrameCallback((_){
//code will run when widget rendering complete
});
}