You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: