ir0nstone / Twooter

A simple implementation of an app like Twitter, created to teach myself how to use Firebase and how to integrate it with Flutter.
0 stars 0 forks source link

Limited Space on Feed #4

Closed ir0nstone closed 2 years ago

ir0nstone commented 2 years ago

Currently, if there are too many twoots the Column will overflow on the Feed tab and create an error.

ir0nstone commented 2 years ago

Something like CustomScrollView seems to do the trick.