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