Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

🐛 : UI Scroll Bug in Languages, Profiles #29

Open
xuelink opened this issue Jun 28, 2024 · 1 comment
Open

🐛 : UI Scroll Bug in Languages, Profiles #29

xuelink opened this issue Jun 28, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@xuelink
Copy link
Member

xuelink commented Jun 28, 2024

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

Screenshots

Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2024-06-28.at.21.46.12.mp4
  • iPhone SE iOS 17.5
@xuelink xuelink added the bug Something isn't working label Jun 28, 2024
@xuelink
Copy link
Member Author

xuelink commented Jun 28, 2024

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

double cardHeight =
constraints.maxHeight > 550 ? 550 : constraints.maxHeight;
return SizedBox(
height: cardHeight,
width: MediaQuery.of(context).size.width,

It is the same here

return SizedBox(
height: 165,

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

Thank you

@xuelink xuelink added the help wanted Extra attention is needed label Jun 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant