1 flutter - ScrollController not attached to any scroll views
2 -------------------------
3 @override
4 void initState() {
5 super.initState();
6 WidgetsBinding.instance.addPostFrameCallback((_){
7 //code will run when widget rendering complete
8 });
9 }