Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.0 - 2025-06-26#
Added#
- Deployed online documentation: https://flet-dev.github.io/flet-audio/
Changed#
- Refactored
Audiocontrol to use@ft.controldataclass-style definition and switched toServicecontrol type.
Breaking Changes#
Audiomust now be added toPage.servicesinstead ofPage.overlay.- The following properties were renamed:
on_state_changed→on_state_changeon_duration_changed→on_duration_changeon_position_changed→on_position_change
- Method
Audio.play()now accepts an optionalpositionparameter for specifying start position. - The following sync methods were made
async:get_duration()get_current_position()
0.1.0 - 2025-01-15#
Initial release.