Skip to Content
Forui 0.12.0 is released 🎉

Progress

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

CLI

To generate and customize this style:

dart run forui style create progresses

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

Circular Icon Progress

Last updated on