presentation-displays icon indicating copy to clipboard operation
presentation-displays copied to clipboard

getDisplays doesn't work

Open carman247 opened this issue 4 years ago • 3 comments

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

carman247 avatar Oct 06 '20 10:10 carman247

Maybe you haven't connected the two machines, The plugin only supports the Android platform

VNAPNIC avatar Oct 06 '20 11:10 VNAPNIC

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.

ljfreelancer88 avatar Jul 19 '21 16:07 ljfreelancer88

I have solved & Added Custom Methods Go & check https://github.com/MUSA-19542/FlutterCustom/tree/main

MUSA-19542 avatar Aug 10 '24 21:08 MUSA-19542