Protocol Handler Versions Save

This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).

v0.2.0

4 months ago
  • feat: Convert to federated plugin
  • fix: Fix iOS platform handler issue #7

v0.1.6

5 months ago
  • fix: macos 3.16 plugin register issue #13

v0.1.5

1 year ago
  • Make sure the web project build

v0.1.4

1 year ago
  • bump win32_registry to 1.0.2
  • Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6

v0.1.3

2 years ago
  • [windows] fix startup crash when argc is 1 #4

v0.1.2

2 years ago
  • Support android & ios platform.

0.1.1

2 years ago
  • [macos & windows] Implement getInitialUrl metnod.