Open thunderbiscuit opened 3 months ago
I am interested in working on this
One small thing I came across that might help with building on a really wide device UI is the Modifier.widthIn()
method.
Modifier.widthIn(
min: Dp = Dp.Unspecified,
max: Dp = Dp.Unspecified
)
Cool! this is so that the content will adapt naturally to the screen
I have met people who told me they downloaded the app on tablets, which I never really took time to develop a clean UI for. It's worth building.