Add screen_brightness dependency and update flet ref

Added the screen_brightness package to dependencies and updated the flet dependency override to use the sensors-brightness branch. This enables brightness control functionality and ensures compatibility with the latest flet features.
This commit is contained in:
Feodor Fitsner 2025-12-03 11:50:18 -08:00
parent 45d9b5ad85
commit b2a015c905
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ dependencies:
cupertino_icons: ^1.0.6 cupertino_icons: ^1.0.6
path_provider: ^2.1.4 path_provider: ^2.1.4
package_info_plus: ^9.0.0 package_info_plus: ^9.0.0
screen_brightness: ^2.1.0
sensors_plus: ^7.0.0 sensors_plus: ^7.0.0
url_strategy: ^0.2.0 url_strategy: ^0.2.0
window_manager: ^0.5.1 window_manager: ^0.5.1
@ -27,7 +28,7 @@ dependency_overrides:
flet: flet:
git: git:
path: packages/flet path: packages/flet
ref: sensors ref: sensors-brightness
url: https://github.com/flet-dev/flet.git url: https://github.com/flet-dev/flet.git
serious_python: 0.9.6 serious_python: 0.9.6