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

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

1.0.8 #

  • Fixed iOS build failure.
  • On macOS, plugins can now be launched in a new window.

1.0.7 #

  • iOS/SPM: Fixed a critical compilation issue (Module 'multi_screen_presentation' not found) on iOS devices and simulators when building with Flutter's Swift Package Manager (SPM) pipeline. Added the explicit source directory path mapping to Package.swift.
  • iOS/Platform Safety: Guarded native UIScreen observation listeners inside the iOS plugin lifecycle to safely degrade and prevent unnecessary background processing when initialized on non-iPad (iPhone) devices.

1.0.6 #

  • iOS (multi_screen_presentation.podspec): Fixed a syntax error on line 9 where an unterminated string literal (s.source_files) was missing its closing single quote. This typo was causing CocoaPods (pod install) to fail during the dependency analysis phase.

1.0.5 #

  • Remove the build failed in Linux.

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
160
points
552
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on multi_screen_presentation

Packages that implement multi_screen_presentation