lab-64 / split-the-bill-client

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

49: Rework routing #62

Closed GR0ZA closed 6 months ago

GR0ZA commented 6 months ago

Fixed various bugs & issues with routing & navbar.

Routes definitions & handling is much better now. We even have type-safeness. i. e. compare the code difference in bills_list.dart XD

Small drawback: we use code generation to achieve that. Since we're doing it for riverpod already, it's not really a big deal (and it concerns only one file). It's worth it :smile:

Closes #49