1 个仓库
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 是一个用于 Flutter 的响应式 UI 框架和自适应布局工具。它提供了一套基于参考设计缩放布局尺寸和字体的系统,以确保在不同屏幕分辨率和设备上保持一致的比例。 该工具包作为屏幕指标提供程序,可获取实时设备属性,包括屏幕宽度、高度、像素密度和安全区域尺寸。它专门处理设备方向切换和分屏模式更新时的布局适配。 该框架涵盖了自适应排版管理、布局尺寸缩放和屏幕指标监控。它包含在屏幕调整大小时控制 UI 重绘的机制,并应用缩放限制,以在超大或超小显示屏上保持视觉完整性。
Adjusts UI dimensions and layout calculations in real time when the application is used in split-screen mode.