Skip to Content
Forui 0.11.0 is released 🎉

Progress

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

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