protocol_handler_plus_macos 2.0.1
protocol_handler_plus_macos: ^2.0.1 copied to clipboard
macOS implementation of the protocol_handler_plus plugin.
2.0.1 #
- Fix
pluginClassin pubspec.yaml, which was set toProtocolHandlerPlusPlusMacosPlugininstead of the actual Swift classProtocolHandlerPlusMacosPlugin. The mismatch madeflutter build macos/flutter run -d macosfail withcannot find 'ProtocolHandlerPlusPlusMacosPlugin' in scopein the generated plugin registrant. - Add Swift Package Manager support (
macos/protocol_handler_plus_macos/Package.swift), matching the layout Flutter expects since 3.24. This clears thedoes not support Swift Package Manager for macosbuild warning. CocoaPods integration (the.podspec) is kept for apps that haven't migrated to SPM yet.
2.0.0 #
- BREAKING: The method and event channel names changed from
dev.stan-at-work.plugins/...todev.stan_at_work.plugins/protocol_handler_plusanddev.stan_at_work.plugins/protocol_handler_plus_event. - Bump
protocol_handler_plus_platform_interfaceto^2.0.0.
1.0.2 #
- Update version and metadata of the repository
1.0.1 #
- Update README.md
1.0.0 #
- First release.