lab-64 / split-the-bill-client

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

Rework how to input prices #45

Closed Morvvvv closed 5 months ago

Morvvvv commented 6 months ago

We have to agree upon the best method to input prices. Either:

  1. Upon clicking the textview, a new number can be input, starting with the largest digit (Ex. for 103.78 we would start on the left with 1)
  2. Or upon clicking the textview, we start on the very right and with every input digit we slide one to the left. (For 103.78 we would start with 00.00, input 1 -> 00.01, input 0 -> 00.10 ... input 8 -> 103.78)
GR0ZA commented 6 months ago

Just a small input from me on this one - I like more the second option, if I'm not wrong PayPal is using this method and it's cool :smile: