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.
Unreleased - 2025-06-dd#
Added#
- Deployed online documentation: https://flet-dev.github.io/flet-flashlight/
Flashlight
control new properties:on
,on_error
Flashlight
control new methods:is_available_async
- New exception classes:
FlashlightException
FlashlightEnableExistentUserException
FlashlightEnableNotAvailableException
FlashlightEnableException
FlashlightDisableExistentUserException
FlashlightDisableNotAvailableException
FlashlightDisableException
Changed#
- Refactored
Flashlight
control to use@ft.control
dataclass-style definition and switched toService
control type. Flashlight
must now be added toPage.services
instead ofPage.overlay
due to control type change.
0.1.0 - 2025-01-15#
Initial release.