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

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

Fixed #

  • Fixed abnormal display resolution issues after repeatedly connecting/disconnecting different external displays.

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
160
points
876
downloads
screenshot

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)

Topics

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on external_display

Packages that implement external_display