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:
parent
45d9b5ad85
commit
b2a015c905
|
|
@ -17,6 +17,7 @@ dependencies:
|
|||
cupertino_icons: ^1.0.6
|
||||
path_provider: ^2.1.4
|
||||
package_info_plus: ^9.0.0
|
||||
screen_brightness: ^2.1.0
|
||||
sensors_plus: ^7.0.0
|
||||
url_strategy: ^0.2.0
|
||||
window_manager: ^0.5.1
|
||||
|
|
@ -27,7 +28,7 @@ dependency_overrides:
|
|||
flet:
|
||||
git:
|
||||
path: packages/flet
|
||||
ref: sensors
|
||||
ref: sensors-brightness
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
serious_python: 0.9.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue