# OpenFlutter/flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information

Repository: https://github.com/OpenFlutter/flutter_screenutil
Canonical: https://ross.abutalabs.com/products/flutter_screenutil
Homepage: https://pub.dartlang.org/packages/flutter_screenutil
Language: Dart
License: Apache-2.0
License Family: permissive
Topics: flutter, dart, screenutil, screen, scale
Last push: 2025-06-23T15:34:53+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 28, release rhythm 8, longevity 100
- inputs: {"age_days": 2904, "days_push": 436, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4022, forks 510 (observed 2026-08-28T04:08:32.565503+00:00)

## What it is
A Flutter library for adapting screen and font sizes so UI layouts render reasonably across different device screen sizes. It provides utilities to scale dimensions based on a design draft size and query screen information.

## Use cases
- make my flutter app ui adapt to different screen sizes
- scale fonts and widgets based on design draft size
- responsive layout for phones and tablets in flutter
- convert design mockup dimensions to flutter units
- get screen width height and density in flutter
- support multiple device sizes without layout breaking

## When to choose
- you build Flutter apps that must look consistent across phones, tablets, and different resolutions
- your designs are based on a fixed-size mockup and you want proportional scaling
- you need simple screen information queries alongside size adaptation

## When to avoid
- you use native Android/iOS development rather than Flutter
- you prefer fully responsive constraint-based layouts over proportional scaling
- you need web or desktop-first adaptive layouts with complex breakpoints

## Facets
- artifact type: library
- maturity: active
- function: ui-components, mobile-framework
- domain: mobile-development, cross-platform, frontend
- platform: cross-platform
- tags: flutter, screen-adaptation, responsive-design, font-scaling, screen-size, mobile

## Member repositories
- OpenFlutter/flutter_screenutil (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:32.565503+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:55.129363+00:00, confidence not recorded.
  - readme: https://github.com/OpenFlutter/flutter_screenutil (fetched 2026-08-28T04:08:32.565503+00:00, sha 992a96f1042f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
