VNAPNIC/presentation-displays

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(showPresentation, Unable to add window android.view.ViewRootImpl$W@49e3bc1 -- the specified display can not be found, null, null)

Closed this issue · 1 comments

get display id , but cant call with display values. is it working for anyone? let me know

to share screen, you would need Display ID, with index it cant be called, Need to pass only ID here will work

final value = await displayManager
.getNameByDisplayId(id);