aaassseee / screen_brightness

A Plugin for controlling screen brightness with application life cycle set and reset brightness implemented
https://pub.dev/packages/screen_brightness
MIT License
25 stars 22 forks source link

[feat] Ability to query/set multiple display brightness #22

Open Nixes opened 1 year ago

Nixes commented 1 year ago

Description (What is the problem)

On a system with multiple displays (macOS / Windows) it would be beneficial to be able to set different brightness settings for each display. Especially in the case that the displays have different brightness capabilities.

Solution suggestion

Allow querying of list of display devices. Allow reading or setting brightness for each display.

aaassseee commented 1 year ago

Hi @Nixes. This will be implement after linux support is completed.