flet-audio#
A Flet extension package for displaying audio animations.
It is based on the audioplayers Flutter package.
Platform Support#
This package supports the following platforms:
Platform | Supported |
---|---|
Windows | ✅ |
macOS | ✅ |
Linux | ✅ |
iOS | ✅ |
Android | ✅ |
Web | ✅ |
Usage#
Installation#
To install the flet-audio
package and add it to your project dependencies:
Windows Subsystem for Linux (WSL)
On WSL, you need to install GStreamer
library.
If you receive error while loading shared libraries: libgstapp-1.0.so.0
,
it means GStreamer
is not installed in your WSL environment.
To install it, run the following command:
Examples#
See these.