external_display 0.4.0 copy "external_display: ^0.4.0" to clipboard
external_display: ^0.4.0 copied to clipboard

retracted

The Flutter plugin supports connecting to an external display via wired or wireless connections. The main view and the external display view can exchange data with each other.

0.4.0 #

Added #

  • macOS support: Now uses createWindow to create new windows for display projection on macOS.

Changed #

  • Simplified initialization:
    No longer need to explicitly declare:
    ExternalDisplay externalDisplay = ExternalDisplay();
    TransferParameters transferParameters = TransferParameters();
    

0.3.1 #

Fixed #

  • Fixed an issue where popup dialogs from other Flutter plugins would incorrectly appear on external displays.

0.3.0 #

Added #

  • Bidirectional parameter transfer between the main view and external display view.

0.2.1 #

Fixed #

  • Disabled the plugin when iOS apps run on macOS to prevent the external display from overlapping the primary app window.

0.2.0 #

Added #

  • Initial Flutter plugin support for external displays.

0.1.2 #

Added #

  • waitingTransferParametersReady function to ensure parameter delivery synchronization after connecting an external display.
    • Required when transferring parameters immediately upon connection.
5
likes
0
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter plugin supports connecting to an external display via wired or wireless connections. The main view and the external display view can exchange data with each other.

Homepage
Repository (GitHub)
View/report issues

Topics

#uiscreen #presentation #secondary-display #screen-mirroring #display-manager

License

unknown (license)

Dependencies

flutter

More

Packages that depend on external_display

Packages that implement external_display