# google/flutter.widgets

Repository: https://github.com/google/flutter.widgets
Canonical: https://ross.abutalabs.com/products/flutterwidgets
Homepage: https://pub.dev/packages/flutter_widgets
Language: Dart
License: BSD-3-Clause
License Family: permissive
Archived: true
Last push: 2024-08-08T16:13:39+00:00

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

## Adoption (not part of the score)
Stars 1437, forks 529 (observed 2026-08-28T04:04:43.707661+00:00)

## What it is
A collection of Flutter widgets developed by Google but outside the core Flutter team, including scrollable_positioned_list, visibility_detector, linked_scroll_controller, flutter_simple_treeview, and self_storing_input. The original flutter_widgets package has been split into smaller packages and is no longer updated, though individual packages remain available.

## Use cases
- scroll a list to a specific item programmatically in flutter
- detect when a widget becomes visible on screen
- sync two scroll views together
- display a tree structure in flutter
- auto-save form input values to a data store

## When to choose
- you need programmatic scrolling to items in a long list
- you need visibility callbacks for child widgets
- you want Google-authored widget packages for Flutter

## When to avoid
- you want the monolithic flutter_widgets package, which is Dart 3 incompatible and no longer updated
- you need guaranteed support, as it is best-effort and not endorsed by Google

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, state-management
- domain: mobile-development, frontend, cross-platform
- platform: cross-platform
- tags: flutter, dart, widgets, scrolling, visibility-detector, tree-view, mobile, android, ios

## Member repositories
- google/flutter.widgets (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.707661+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-30T04:36:44.197757+00:00, confidence not recorded.
  - readme: https://github.com/google/flutter.widgets (fetched 2026-08-28T04:04:43.707661+00:00, sha 1e439d398893)
  - homepage: https://pub.dev/packages/flutter_widgets (fetched 2026-08-29T11:47:27.268226+00:00, sha c027f0f0d824)
  - site_page: https://pub.dev/packages/flutter_widgets/install (fetched 2026-08-29T11:47:27.279047+00:00, sha 979950215602)
  - site_page: https://pub.dev/packages/flutter_widgets/changelog (fetched 2026-08-29T11:47:27.277242+00:00, sha f808ba73de13)
- Data as of 2026-08-30T08:39:29.467469+00:00.
