Saransh-cpp / BookRentApp-Chapter3

An app where you can rent some books!
12 stars 27 forks source link

Make the UI of `Register` screen uniform #8

Closed Saransh-cpp closed 2 years ago

Saransh-cpp commented 2 years ago

Description

Right now the register screen looks really bad (well, the whole app looks really bad), for starters, we can try making the UI on a single screen a bit uniform.

Relevant screens

Register.dart

Screenshot

Note - You might also would need to refactor the code by creating a new widget (hence I am keeping this a moderate level issue)

raviyadav17 commented 2 years ago

Can I solve this issue? Name : Ravi

Saransh-cpp commented 2 years ago

Sure, go ahead!

raviyadav17 commented 2 years ago

IS THIS UI OKAY

Saransh-cpp commented 2 years ago

Yes, looks good! Could you also decrease the width of the input fields? So that they don't take the complete width of a device.

raviyadav17 commented 2 years ago

Done <img src="https://user-images.githubusercontent.com/86602971/144602590-cedce171-c2b8-4cb2-b972-edaf0ccb568f.jpeg" width=30% height=30%>

Saransh-cpp commented 2 years ago

Looks good! You can create a PR.