sdk-for-flutter icon indicating copy to clipboard operation
sdk-for-flutter copied to clipboard

📚 Documentation: Update InputFile documentation about what to use for Flutter Web

Open stnguyen90 opened this issue 1 year ago • 1 comments

💭 Description

On Flutter Web, you must use InputFile.fromBytes(). This was fine in the past because Flutter file/image picker packages didn't provide a path. They've added support for path now, but the path is an Object url and not an actual image path. As such, this path can't be used by the Appwrite SDK.

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

stnguyen90 avatar Sep 12 '23 00:09 stnguyen90

@stnguyen90 I could take this issue if it hasn't been worked on?

tienthai0205 avatar Oct 14 '23 12:10 tienthai0205