langx / langx-flutter

Here is the Flutter-based version of the LangX application, originally developed using the Ionic Angular framework.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

🐛 : UI Scroll Bug in Languages, Profiles #29

Open xuelink opened 2 months ago

xuelink commented 2 months ago

Expected behavior Maybe Expanded or similar to current app, no need to scroll.

Screenshots

https://github.com/langx/langx-flutter/assets/3280475/7757728f-9f5a-4ebb-8941-89df10c1d75c

xuelink commented 2 months ago

Also, why do you use here, SizedBox, didnt understand @Addison1

https://github.com/langx/langx-flutter/blob/f213f318a520e7f3393aa58c8837bf08c601aa40/lib/components/profile/about_me_card.dart#L44-L48

It is the same here

https://github.com/langx/langx-flutter/blob/f213f318a520e7f3393aa58c8837bf08c601aa40/lib/components/profile/mother_tongues_card.dart#L16-L17

and study languages component as well. It changes number of users languages that.

Thank you