multi_screen_presentation 1.0.4 copy "multi_screen_presentation: ^1.0.4" to clipboard
multi_screen_presentation: ^1.0.4 copied to clipboard

A comprehensive Flutter plugin to manage presentation windows on secondary screens with customizable properties.

1.0.4 #

  • In macOS remove the PrivacyInfo file for remove the warning in build.

1.0.3 #

  • Fix (Windows): Third-party Dart plugins (camera, connectivity, storage, device_info_plus, etc.) were never registered on the secondary window's Flutter engine (PresentationContentMode.liveFlutterEngine). This caused a MissingPluginException whenever one of these plugins was called from the secondary window.
  • Required action for developers: Your windows/runner/main.cpp must pass a pointer to RegisterPlugins (generated by Flutter in flutter/generated_plugin_registrant.h) to the plugin before creating the main window (show README.md for more details).
  • Change plugin description.

1.0.2 #

  • Fix: Resolved a major issue on Windows where new windows (liveFlutterEngine) were unable to run plugins. Plugins are now correctly registered with the new Flutter engine's PluginRegistrar upon creation.

1.0.1 #

  • Correcting Dart file warnings.

1.0.0 #

  • Initial release.
3
likes
0
points
552
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter plugin to manage presentation windows on secondary screens with customizable properties.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on multi_screen_presentation

Packages that implement multi_screen_presentation