screen_retriever icon indicating copy to clipboard operation
screen_retriever copied to clipboard

This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.

Results 7 screen_retriever issues
Sort by recently updated
recently updated
newest added

Are ScreenListener events supported on macos and windows? Looking at the code, it seems that the only version that emits events is Linux when displays are added/removed in the following...

In windows, when retrieving the list of screens, you cannot identify correctly the screen 1,2,3 ecc.. as they are set on windows.

I use a Huawei Windows11 laptop connected to two external displays. On that machine, retrieving all displays yields incorrect display names with unexpected prefix characters. However, running the same code...

Windows app fails fo build and run right after adding this plugin as a dependency (on its own or with another plugin, e.g. windows_manager). Steps: 1. Create a new Flutter...

Dear leanflutter Org, I want to use your window_manger plugin, but I get the following error when running the application. ``` /Users/USER/Documents/Development/privat/REPO/macos/Flutter/GeneratedPluginRegistrant.swift:8:8: error: no such module 'screen_retriever' import screen_retriever ```...

Since version 0.1.9 getPrimaryDisplay().size.height and getPrimaryDisplay().visibleSize.height returns the same value. On 0.1.8 visibleSize.height returns the display height without the taskbar height. Is the 0.1.9 behaviour intended?