Back to Flet

flet-spinkit

sdk/python/packages/flet-spinkit/README.md

0.86.0.dev11.6 KB
Original Source

flet-spinkit

A Flet extension package with 30 animated loading spinner controls.

It is based on the flutter_spinkit Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

PlatformWindowsmacOSLinuxiOSAndroidWeb
Supported

Usage

Installation

To install the flet-spinkit package and add it to your project dependencies:

  • Using uv:

    bash
    uv add flet-spinkit
    
  • Using pip:

    bash
    pip install flet-spinkit
    

    After this, you will have to manually add this package to your requirements.txt or pyproject.toml.

Examples

For examples, see these.