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

The flutter plugin supports running on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless

Results 35 presentation-displays issues
Sort by recently updated
recently updated
newest added

Would it be possible for this to work on web. It should in theory be possible, since you can use window.open to open a new window, and communicate through the...

**Describe the bug** presentation_displays/SwiftPresentationDisplaysPlugin.swift:119: Fatal error: Unexpectedly found nil while unwrapping an Optional value presentation_displays/SwiftPresentationDisplaysPlugin.swift:119: Fatal error: Unexpectedly found nil while unwrapping an Optional value * thread #1, queue =...

I got this error: ```E/flutter ( 4259): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(showPresentation, Unable to add window android.view.ViewRootImpl$W@cf4765 -- the specified display can not be found, null, null) E/flutter ( 4259): #0...

**Describe the bug** add dependencies: presentation_displays: ^0.2.1 and run debug new project on android emulate and see some error below this is my AndroidManifest.xml how to fix this error thank...

Hello, the second screen is white after the signature package. It's good to pack without signature. Demo have the same problem.

When getDisplays is called a error is throwed: type 'Null' is not a subtype of type 'int' - Device: Android Tablet - Version 7.1.2 `try { final values = await...

💪 Null safety support. Working correctly.

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...

你好,首先感谢您的插件。我现在有两个问题。 1.如何从副屏向主屏传值 2.目前副屏没有单机事件,如何解决

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...