protocol_handler
protocol_handler copied to clipboard
Fixed dependency with win32_registry and add Friendly name option
This pull request updates the Windows implementation of protocol handler registration to support specifying a friendly application name, and also updates a dependency for compatibility and improvements.
Protocol registration improvements:
- The
registermethod inProtocolHandlerWindowsnow accepts an optionalfriendlyAppNameparameter. If provided, the application name is registered under the protocol's registry key, allowing Windows to display a user-friendly name for the handler.
Dependency updates:
- The
win32_registrydependency has been updated from version^1.0.2to^2.1.0inpubspec.yamlto ensure compatibility with recent changes and improvements in the package.