[1.1] Window Size Classification System #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a user on any device, I want the app to detect my screen size and classify it, so that the layout adapts to my device.
Acceptance Criteria
WindowSizeClassenum:Compact(<600dp),Medium(600-840dp),Expanded(>840dp)BoxWithConstraintsat app root — works on all targetsLocalWindowSizeClassCompositionLocalNotes
This is the foundational building block for all responsive layout work. Other stories (1.2, 1.3, 1.4, 5.1) depend on this.