Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] QR code integration #245

Open
magnus-ISU opened this issue Apr 2, 2023 · 1 comment
Open

[Request] QR code integration #245

magnus-ISU opened this issue Apr 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@magnus-ISU
Copy link

When sending a file, a QR code should appear . The package qr_flutter: ^4.0.0 can create this code easily.

When receiving a file, (on mobile platforms at least) the app should open the camera and search for qr codes. If a qr code is scanned, then it should use that as the code. I'm unsure how to implement this, it's possible the above package has that feature too.

This would make it much easier to send files to phones from anywhere.

@meejah
Copy link
Collaborator

meejah commented Apr 2, 2023

There is a URI scheme specified for the classic file-transfer protocol, which should be followed also for QR codes: https://github.com/magic-wormhole/magic-wormhole-protocols/blob/main/uri-scheme.md

(This would also allow Destiny to associate to the wormhole-transfer: scheme in case the QR code is scanned by e.g. a built-in scanner)

@meejah meejah added the enhancement New feature or request label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants