presentation-displays
presentation-displays copied to clipboard
getDisplays doesn't work
The example given for "get displays" doesn't work...
When I try this ..
final values = await displayManager.getDisplays(); print(values); displays.clear(); displays.addAll(values); print(displays);
.. all I get in the console is this:
I/ContentValues(20905): Channel: method: listDisplay | arguments: null
Maybe you haven't connected the two machines, The plugin only supports the Android platform
Same issue here. I can see my secondary monitor but still it doesn't display the app. Are you planning to add a functionality for non-android platform like Samsung TV which has a HDMI connection.
I have solved & Added Custom Methods Go & check https://github.com/MUSA-19542/FlutterCustom/tree/main