lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

Merge register & login screen into one #119

Open GR0ZA opened 1 month ago

GR0ZA commented 1 month ago

sign_in_screen.dart and register.dart are basically identical, the only difference is button text & action. We can easily have just one screen with a bool param isLogin (or something like that) instead.