hyochan / flat_list

Flutter's [FlatList] widget for React Native friendly developers
MIT License
10 stars 3 forks source link

Flatlist inside expanded making child items take entire height of the screen #8

Open sudheersuri opened 1 year ago

sudheersuri commented 1 year ago

Am placing flatlist inside expanded with flex:1, this is making each and every child item of flatlist to take up entire height of the viewport.

hyochan commented 1 year ago

@sudheersuri Could you kindly provide minimal example so I can try your code? Something like in examples would help.