-
Notifications
You must be signed in to change notification settings - Fork 80
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
File resources sharing #8
Comments
No, the current only supports transfer data raw |
Please consider to include this feature. Thanks |
ok, u can follow the progress here |
|
u can convert image into byte array and byte array to base64 String like that: List imageBytes = widget.fileData.readAsBytesSync(); |
What if someone wants to build a file sharing app using that, than this hack would not work. :( |
Is there a size limit? I tried sending the base64Image string but I cant receive it on the other device :( |
Did u solve this problem? |
Kind of. |
@ether-how Can you provide a more detailed example? |
Possible to implement file sharing with nearby connection.
The text was updated successfully, but these errors were encountered: