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

Fixed navigation issues #14

Closed ir0nstone closed 2 years ago

ir0nstone commented 2 years ago

Fixes #13. Used pushAndRemoveUntil instead of pushReplacement to do what was desired.