Back to Flet

ProgressRing

website/docs/controls/progressring.md

0.85.0.dev2918 B
Original Source

import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs';

<ClassSummary name={frontMatter.class_name} image={frontMatter.example_images + '/image_for_docs.png'} imageCaption="Fixed progress ring" imageWidth="10%"/>

Examples

Live example

Determinate and indeterminate progress rings

<CodeExample path={frontMatter.examples + '/determinate_and_indeterminate/main.py'} language="python" />

<Image src={frontMatter.example_media + '/determinate_and_indeterminate.gif'} alt="determinate-and-indeterminate" width="40%" />

Gauge with progress

<CodeExample path={frontMatter.examples + '/gauge_with_progress/main.py'} language="python" />

<Image src={frontMatter.example_images + '/gauge_with_progress.png'} alt="determinate-and-indeterminate" width="13%" />

<ClassMembers name={frontMatter.class_name} />