Improve Suggestion: Upload blob from bytes, not File
#556
Labels
atproto_core
A label indicating the package `atproto_core`.
atproto
A label indicating the package `atproto`.
bluesky
A label indicating the package `bluesky`.
xrpc
A label indicating the package `xrpc`.
1. What could be improved
The
File
in dart:io is useful, but Flutter for Web cannot use this object due to browser specification restrictions. Modify to upload from byte data.2. Why should this be improved
3. Any risks?
4. More information
The text was updated successfully, but these errors were encountered: