Progress – Forui (original) (raw)

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Preview

Usage

FProgress(...)

FProgress(
  style: FLinearProgressStyle(...),
  semanticsLabel: 'Label',
  value: 0.6,
  duration: const Duration(milliseconds: 500),
);

FProgress.circularIcon(...)

FProgress.circularIcon(
  style: IconThemeData(...),
  semanticsLabel: 'Label',
  duration: const Duration(milliseconds: 500),
);

Examples

Determinate Linear Progress

Preview

Circular Icon Progress

Preview

Last updated on

May 7, 2025

AlertDialog