Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up static sizing #24

Open
h7x4 opened this issue Jan 19, 2022 · 0 comments
Open

Clean up static sizing #24

h7x4 opened this issue Jan 19, 2022 · 0 comments
Labels
Large Larger tasks Technical Debt Stuff that somewhat works, but needs refactoring/rewriting

Comments

@h7x4
Copy link
Owner

h7x4 commented Jan 19, 2022

There's a lot of places in the codebase where the widgets have either a static width, height, fontsize, padding or margin. Most of these should be sized relative to something else, so that the design doesn't change as much on different screens.

One example is

https://github.com/h7x4ABk3g/Jisho-Study-Tool/blob/17d6f862a280fecc8db71dff5bd7c0d0814fa50f/lib/components/drawing_board/drawing_board.dart#L126-L135

@h7x4 h7x4 added Technical Debt Stuff that somewhat works, but needs refactoring/rewriting Large Larger tasks labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Large Larger tasks Technical Debt Stuff that somewhat works, but needs refactoring/rewriting
Projects
None yet
Development

No branches or pull requests

1 participant