protocol_handler 0.1.4 protocol_handler: ^0.1.4 copied to clipboard
This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
0.1.4 #
- bump win32_registry to 1.0.2
- Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
0.1.3 #
- [windows] fix startup crash when argc is 1 #4
0.1.2 #
- Support android & ios platform.
0.1.1 #
- [macos & windows] Implement
getInitialUrl
metnod.
0.1.0 #
- First release.