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

Make Feed Scrollable #5

Closed ir0nstone closed 2 years ago

ir0nstone commented 2 years ago

Fixes #4. Uses ListView instead of Column to make it scrollable. No more widget overflow errors.