ConnectUni / connectuni

ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
https://connectuni.github.io/
1 stars 0 forks source link

Switch from using constant sized widgets to flexible #127

Open michho8 opened 10 months ago

michho8 commented 10 months ago

Instead of hardcoding the size of a widget (EX: SizedBox with width: 40 and height: 50), use an equivalent flexible widget to ensure no rendering issues occur.

Kenji's emulator will show the pixel overflow error on the screen on the signup page.