awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OpenFlutter avatar

OpenFlutter/flutter_screenutil

0
View on GitHub↗
4,030 estrellas·509 forks·Dart·Apache-2.0·2 vistaspub.dartlang.org/packages/flutter_screenutil↗

Flutter Screenutil

flutter_screenutil es un framework de UI responsivo y herramienta de diseño adaptativo para Flutter. Proporciona un sistema para escalar dimensiones de diseño y fuentes basadas en un diseño de referencia para asegurar proporciones consistentes a través de diferentes resoluciones de pantalla y dispositivos.

El kit de herramientas funciona como un proveedor de métricas de pantalla que recupera propiedades del dispositivo en tiempo real, incluyendo ancho, alto, densidad de píxeles y dimensiones de área segura. Maneja específicamente la adaptación del diseño durante cambios de orientación del dispositivo y actualizaciones del modo de pantalla dividida.

El framework cubre la gestión de tipografía adaptativa, escalado de dimensiones de diseño y monitoreo de métricas de pantalla. Incluye mecanismos para controlar la reconstrucción de la UI durante el cambio de tamaño de la pantalla y aplica límites de escalado para mantener la integridad visual en pantallas muy grandes o pequeñas.

Features

  • Reference-Based Scaling - Calculates widget sizes by multiplying design-draft dimensions by a ratio derived from the current screen size.
  • Responsive UI Design - Scales widgets and layouts based on design drafts to ensure consistent proportions across different screen resolutions.
  • Multi-Device Layout Adapters - Handles screen size changes and orientation shifts to ensure the UI fits various mobile device screens.
  • Layout Scaling Utilities - Calculates widget sizes and radii based on reference designs to ensure consistent proportions across resolutions.
  • Responsive UI Frameworks - Provides a toolkit for scaling layout dimensions and fonts in Flutter based on a reference design.
  • Screen Metadata Retrieval - Provides programmatic access to real-time device properties such as screen width, height, and pixel density.
  • Adaptive Typography Tools - Automatically adjusts font sizes based on screen dimensions and system zoom settings to maintain readability.
  • Font Size Range Clampers - Scales text sizes based on screen metrics while applying minimum and maximum pixel bounds to prevent extreme sizing.
  • Device Metrics Retrieval - Provides real-time retrieval of screen width, height, pixel density, and safe area dimensions to drive responsive layout scaling.
  • Screen-Metric Based Font Scaling - Scales text based on screen dimensions and system zoom settings using defined minimum and maximum bounds.
  • Layout Recalculation Triggers - Listens to system-level screen change notifications to trigger layout recalculations during orientation or window shifts.
  • Adaptive UI Layouts - Adjusts UI proportions and font sizes automatically during device orientation changes or split-screen mode updates.
  • Safe Area Metrics - Retrieves precise device-specific inset values, including notches and system padding, to calculate usable screen area.
  • Split-Screen Layout Adaptation - Adjusts UI dimensions and layout calculations in real time when the application is used in split-screen mode.
  • Screen Dimension Monitors - Detects changes in screen dimensions to trigger layout updates during device orientation or split-screen transitions.
  • Rebuild Optimization Tools - Limits widget tree updates during screen resizing by defining rebuild factors to optimize performance.
  • UI Element Scaling Constraints - Implements scaling limits to maintain visual integrity on extremely large or small displays.

Historial de estrellas

Gráfico del historial de estrellas de openflutter/flutter_screenutilGráfico del historial de estrellas de openflutter/flutter_screenutil

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace openflutter/flutter_screenutil?

flutter_screenutil es un framework de UI responsivo y herramienta de diseño adaptativo para Flutter. Proporciona un sistema para escalar dimensiones de diseño y fuentes basadas en un diseño de referencia para asegurar proporciones consistentes a través de diferentes resoluciones de pantalla y dispositivos.

¿Cuáles son las características principales de openflutter/flutter_screenutil?

Las características principales de openflutter/flutter_screenutil son: Reference-Based Scaling, Responsive UI Design, Multi-Device Layout Adapters, Layout Scaling Utilities, Responsive UI Frameworks, Screen Metadata Retrieval, Adaptive Typography Tools, Font Size Range Clampers.

¿Qué alternativas de código abierto existen para openflutter/flutter_screenutil?

Las alternativas de código abierto para openflutter/flutter_screenutil incluyen: xuexiangjys/xui — XUI is a native Android UI framework and component library designed for building application interfaces. It provides a… google/flexbox-layout — This is a layout library for Android applications that implements the CSS Flexible Box layout model. It provides a… system-ui/theme-ui — Theme-ui is a React theme framework and CSS-in-JS utility used for building themeable user interfaces. It functions as… google/accompanist — Accompanist is a collection of extension libraries that provide additional functionality and specialized components… chenyilong/ios9adaptationtips — iOS9AdaptationTips is a collection of technical strategies and guides for adapting mobile applications to the iOS 9… chrisbanes/accompanist — Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill…

Alternativas open-source a Flutter Screenutil

Proyectos open-source similares, clasificados según cuántas características comparten con Flutter Screenutil.
  • xuexiangjys/xuiAvatar de xuexiangjys

    xuexiangjys/XUI

    5,075Ver en GitHub↗

    XUI is a native Android UI framework and component library designed for building application interfaces. It provides a comprehensive suite of native layouts, input fields, and navigation elements, supported by a tiered theme management system for defining global visual attributes and responsive styles. The framework distinguishes itself through a specialized set of custom views and interaction toolkits, including high-performance calendars, data visualization rendering, and a variety of stylized buttons with integrated timers and visual effects. It also includes integrated media processing ca

    Javaandroidandroid-uistyles
    Ver en GitHub↗5,075
  • system-ui/theme-uiAvatar de system-ui

    system-ui/theme-ui

    5,405Ver en GitHub↗

    Theme-ui is a React theme framework and CSS-in-JS utility used for building themeable user interfaces. It functions as a design system tool that establishes centralized, constraint-based scales for colors, typography, and spacing to ensure visual consistency across applications. The framework distinguishes itself through an array-based responsive shorthand for mobile-first layouts and a dedicated color mode manager that synchronizes with browser preferences and persists user selections. It also features a system for creating named style variants to control component appearance via properties

    TypeScriptcolordesigndesign-system
    Ver en GitHub↗5,405
  • google/flexbox-layoutAvatar de google

    google/flexbox-layout

    18,320Ver en GitHub↗

    This is a layout library for Android applications that implements the CSS Flexible Box layout model. It provides a view container and engine that arrange child views by distributing space and aligning content according to a flexible box model. The framework enables the creation of responsive user interfaces that automatically adjust element positioning, wrapping, and growth based on available screen dimensions and orientations. The system includes capabilities for adaptive layout workflows, dynamic element alignment, and a virtualized rendering system for recycling views to display large dat

    Kotlin
    Ver en GitHub↗18,320
  • google/accompanistAvatar de google

    google/accompanist

    7,824Ver en GitHub↗

    Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android. The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and

    Kotlinandroid-libraryjetpack-compose
    Ver en GitHub↗7,824
Ver las 30 alternativas a Flutter Screenutil→