sswane / buy_in_pay_out

Flutter app where friends buy in and pay out the least number of times.
0 stars 0 forks source link

Do not resize start page scaffold #2

Closed sswane closed 1 year ago

sswane commented 1 year ago

Problem: The default functionality of Scaffold will resize the content to avoid the onscreen keyboard. This causes some lag with the content once the keyboard is dismissed. There's no need to try to resize our list of players.

Solution: Add a property to avoid resizing Scaffold when first adding players.