SiGMobileUIUC / car_pool_app

1 stars 0 forks source link

Create parameterized function instead of hard-coding account.dart textFields #7

Closed adrian-szwejk closed 12 months ago

adrian-szwejk commented 1 year ago

In account.dart there are a lot of very similar-looking functions like "editRole, editBio, editPassword" functions that could be condensed into one or two functions with a controller and hintText parameters (And maybe type parameter to specify what type of textField keyboard to use). image

adrian-szwejk commented 1 year ago

Finished creating a function for all but 1 textField which requires column of radios for the roles which may need an entirely different function.

adrian-szwejk commented 12 months ago

Finished function implementation to simplify sliverlist.builder commit 8f97a20