mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.2k stars 4.51k forks source link

Blank screen if any other idget is used as the root in the build method #30

Closed DennisMuchiri closed 3 years ago

DennisMuchiri commented 4 years ago

When a column is used in place of a Listview in a listview, the UI does not render.

DennisMuchiri commented 4 years ago

this occurs at the getMainListViewUI() function

mitesh77 commented 3 years ago

It is simple if we used list view then we set inside expand or some proper height or width we need to set. if you need to add a column then column child does not have an expanded widget. I guess you can understand.