1 repository
Dynamic layout adjustments triggered when an application enters a split-screen environment.
Distinct from Split Screen Layouts: Focuses on the adaptation of an existing app to a split-screen mode rather than a window manager's split-pane organization.
Explore 1 awesome GitHub repository matching development tools & productivity · Split-Screen Layout Adaptation. Refine with filters or upvote what's useful.
flutter_screenutil is a responsive UI framework and adaptive layout tool for Flutter. It provides a system for scaling layout dimensions and fonts based on a reference design to ensure consistent proportions across different screen resolutions and devices. The toolkit functions as a screen metrics provider that retrieves real-time device properties, including screen width, height, pixel density, and safe area dimensions. It specifically handles layout adaptation during device orientation changes and split-screen mode updates. The framework covers adaptive typography management, layout dimens
Adjusts UI dimensions and layout calculations in real time when the application is used in split-screen mode.