protocol_handler
protocol_handler copied to clipboard
This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
Please how do i create the link, within the app. so users can share it?
I have a Flutter windows desktop application. And I use `window_manager` where I call `windowManager.destroy()` to close the application. The strange part is that when when I add `protocol_handler` to...
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:**...