awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OpenFlutter avatar

OpenFlutter/flutter_screenutil

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

Flutter Screenutil

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 dimension scaling, and screen metrics monitoring. It includes mechanisms to control UI rebuilds during screen resizing and applies scaling limits to maintain visual integrity on very large or small displays.

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.

Star history

Star history chart for openflutter/flutter_screenutilStar history chart for openflutter/flutter_screenutil

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Flutter Screenutil

Similar open-source projects, ranked by how many features they share with Flutter Screenutil.
  • xuexiangjys/xuixuexiangjys avatar

    xuexiangjys/XUI

    5,075View on 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
    View on GitHub↗5,075
  • system-ui/theme-uisystem-ui avatar

    system-ui/theme-ui

    5,405View on 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
    View on GitHub↗5,405
  • google/flexbox-layoutgoogle avatar

    google/flexbox-layout

    18,320View on 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
    View on GitHub↗18,320
  • google/accompanistgoogle avatar

    google/accompanist

    7,824View on 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
    View on GitHub↗7,824
See all 30 alternatives to Flutter Screenutil→

Frequently asked questions

What does openflutter/flutter_screenutil do?

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.

What are the main features of openflutter/flutter_screenutil?

The main features of openflutter/flutter_screenutil are: 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.

What are some open-source alternatives to openflutter/flutter_screenutil?

Open-source alternatives to openflutter/flutter_screenutil include: 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…