In this video,I solved overflow of flutter widget.When you add more widget in column and row widget which not fit into mobile screen you wrap column or row widget to SingleChildScrollview widget and in this widget's child property add column or row widget.
If still you have any problem comment below.