lab-64 / split-the-bill-client

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

#167 added to scroll functions to bill_contribution #168

Closed Morvvvv closed 3 months ago

Morvvvv commented 4 months ago

The 2 functions:

  1. Scrolls contribution to the top everytime a contribution is changed. this assumes, the user wants to continue with the next. (Actually scrolls to the one before, so that we have some space at the top).
  2. Scrolls contribution into view, if an "out-of-order" contribution is selected.

Closes #167

GR0ZA commented 3 months ago

Oh shit is the code ugly :D But probably not your fault, this might be the way you have to do it in Flutter. It feels nice and better than before but I have a small glitch, I'll show it to you tomorrow and then we decide what to do about that

GR0ZA commented 3 months ago

BLOCKED