# fluttercandies/flutter_smart_dialog

An elegant Flutter Dialog solution | 一种更优雅的 Flutter Dialog 解决方案 | https://xdd666t.github.io/flutter_use/web/index.html#/smartDialog

Repository: https://github.com/fluttercandies/flutter_smart_dialog
Canonical: https://ross.abutalabs.com/products/flutter_smart_dialog
Homepage: https://pub.dev/packages/flutter_smart_dialog/install
Language: Dart
License: MIT
License Family: permissive
Last push: 2026-08-23T13:15:39+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 67, longevity 100
- inputs: {"age_days": 2102, "days_push": 10, "days_rel": 11, "gap_med": 352.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1247, forks 153 (observed 2026-08-28T04:04:07.668587+00:00)

## What it is
A Flutter package providing an elegant dialog solution that supports toasts, loading indicators, attached popups, and custom dialogs without requiring BuildContext. It supports dialog stacking, widget positioning, highlight masking, and click-through backgrounds.

## Use cases
- show toast messages in flutter without context
- display loading spinner anywhere in flutter app
- show dialog attached to a widget location
- highlight a widget by dissolving the overlay mask
- manage a stack of dialogs and close specific ones
- custom global loading and toast styles in flutter

## When to choose
- you need context-free dialogs, toasts, or loading overlays across a Flutter app
- you need popups anchored to specific widgets or highlight masking
- you need dialog stacking with fine-grained dismissal control

## When to avoid
- you only need simple platform dialogs already provided by Flutter's showDialog
- your project targets Flutter versions older than 3.44 (recent releases require Dart 3.12+/Flutter 3.44+)
- you want a zero-dependency solution without MaterialApp initialization changes

## Facets
- artifact type: library
- maturity: active
- function: ui-components, middleware
- domain: mobile-development, frontend, cross-platform
- platform: windows, cross-platform
- tags: flutter, dialog, toast, loading, popup, overlay, context-free-dialogs, widget-attachment, android, ios, web, linux, macos

## Member repositories
- fluttercandies/flutter_smart_dialog (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:07.668587+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-30T05:07:57.085040+00:00, confidence not recorded.
  - readme: https://github.com/fluttercandies/flutter_smart_dialog (fetched 2026-08-28T04:04:07.668587+00:00, sha bc00ae97d574)
  - homepage: https://pub.dev/packages/flutter_smart_dialog/install (fetched 2026-08-29T12:19:03.831089+00:00, sha 5c7561f0dfc5)
  - site_page: https://pub.dev/documentation/flutter_smart_dialog/latest (fetched 2026-08-29T12:19:03.843940+00:00, sha 891ba29bf63c)
  - site_page: https://pub.dev/packages/flutter_smart_dialog/changelog (fetched 2026-08-29T12:19:03.841000+00:00, sha 66bb652cbaaa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
