Skip to content

Conversation

TheOneWithTheBraid
Copy link

  • add high-level callback for unsupported URI schemes
  • add HTTP and HTTPS file drop handler to example

- add high-level callback for unsupported URI schemes
- add HTTP and HTTPS file drop handler to example

Signed-off-by: The one with the braid <[email protected]>
@TheOneWithTheBraid TheOneWithTheBraid changed the title feat: implement handler for unsupported URI scheme [desktop_drop] feat: implement handler for unsupported URI scheme Aug 26, 2023
@boyan01
Copy link
Contributor

boyan01 commented Aug 28, 2023

Thanks for the PR.

It looks like this PR is mainly to add handling drop events for urls (not files) on Linux.

but in my opinion, refactoring the files in DropDoneDetails to uris feels a bit better.

class DropDoneDetails {
  ...

  final List<Uri> uris;

  ...
}

What are your thoughts? @TheOneWithTheBraid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants