screen_retriever 0.1.8 screen_retriever: ^0.1.8 copied to clipboard
This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.
0.1.8 #
- [macos] fix getCursorScreenPoint method
0.1.7 #
- avoid nullptr as the param of fl_value_new_string (#15)
- Use primary screen to calculate visible positions (#13)
0.1.6 #
- Update Display to have final fields (#8)
- Fix compilation issues related to getAllDisplays (#7)
0.1.5 #
- Implement "display-added" and "display-removed" for Linux #5
0.1.4 #
- [linux] Fix memory management issues on Linux #4
0.1.3 #
- [linux] fix: crash when on wayland with no primary monitor #3
0.1.2 #
- [windows] Returns the correct
width
andheight
0.1.1 #
- Add
visiblePosition
,visibleSize
fields toDisplay
model
0.1.0 #
- Support macOS Mojave.
0.0.2 #
- Support windows platform.
0.0.1 #
- First release.