A Flet extension package for displaying audio animations.
It is based on the audioplayers Flutter package.
Detailed documentation to this package can be found here.
This package supports the following platforms:
| Platform | Supported | 
|---|---|
| Windows | ✅ | 
| macOS | ✅ | 
| Linux | ✅ | 
| iOS | ✅ | 
| Android | ✅ | 
| Web | ✅ | 
To install the flet-audio package and add it to your project dependencies:
- 
Using uv:uv add flet-audio 
- 
Using pip:pip install flet-audio After this, you will have to manually add this package to your requirements.txtorpyproject.toml.
- 
Using poetry:poetry add flet-audio 
For examples, see these.