# LianjiaTech/keframe

Components that optimize Flutter fluency.（Flutter 流畅度优化的通用方案，轻松解决卡顿问题）

Repository: https://github.com/LianjiaTech/keframe
Canonical: https://ross.abutalabs.com/products/keframe
Language: Dart
License: MIT
License Family: permissive
Topics: flutter, optimization
Last push: 2023-04-14T06:37:06+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1890, "days_push": 1237, "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 1003, forks 107 (observed 2026-09-03T02:15:06.516303+00:00)

## What it is
Keframe is a Flutter component library that optimizes UI fluency through frame-splitting rendering, reducing jank during page switches and fast scrolling of complex lists. It provides placeholder-based progressive rendering so heavy widgets build across multiple frames instead of blocking one.

## Use cases
- reduce jank when switching pages in flutter
- fix stuttering when scrolling long complex lists
- improve fps of flutter app on low-end devices
- progressively render heavy widgets with placeholders
- optimize list item build cost in flutter

## When to choose
- your Flutter app drops frames during page transitions or fast list scrolling
- you target low-end devices where heavy builds cause visible lag
- you want a drop-in widget-based optimization without rewriting your layout

## When to avoid
- your app is not built with Flutter
- your performance issues come from network or I/O rather than widget builds
- you need actively maintained support for the latest Flutter versions

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, performance, frontend
- platform: cross-platform
- tags: flutter, frame-splitting, jank-optimization, smooth-scrolling, dart, mobile

## Member repositories
- LianjiaTech/keframe (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:06.516303+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-30T07:13:48.560466+00:00, confidence not recorded.
  - readme: https://github.com/LianjiaTech/keframe (fetched 2026-09-03T02:15:06.516303+00:00, sha 223f349982ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
