zikzak_share_handler_macos 0.0.34
zikzak_share_handler_macos: ^0.0.34 copied to clipboard
An implementation for the macOS platform of the Flutter zikzak_share_handler plugin.
0.0.34 - 2026-06-09 #
- SPM support: Added Swift Package Manager support with
Package.swift - Pure Swift: Removed Objective-C plugin shim (
ShareHandlerMacosPlugin.h/.m) - Gray overlay fix:
completeRequestcalled fromNSWorkspace.shared.opencompletion handler so source app dismisses cleanly after host app launch - Cross-module fix:
viewDidLoadchanged toopen overridefor subclassing outside the module - Restructured: Source files moved to
Sources/zikzak_share_handler_macos/andSources/zikzak_share_handler_macos_models/ - Podspecs: Updated to point to new SPM-compatible paths, raised min macOS to 10.13
- Renamed:
SwiftShareHandlerMacosPlatform→ShareHandlerMacosPlatform(matches pubspecpluginClass) - Gitignore: Added
.build/and.swiftpm/
0.0.31 - 2026-04-21 #
- fix: UIApplication.openURL is deprecated
0.0.1 #
Initial release of this plugin.