-
Notifications
You must be signed in to change notification settings - Fork 22
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
Can't upload on web, "MultipartFile is only supported where dart:io is available." #7
Comments
Created an issue here: cfug/dio#1067 This might be a local workaround you could do? |
@esDotDev I'm looking into this now. There was an initial plan to switch to https://pub.dev/packages/http instead of Dio |
Update: I was able to get it to work on web this way:
|
Amazing, thanks! |
@esDotDev I have published a new version
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Flutter Web, I'm calling
cloudStorage.multiUpload
and getting:Is this expected? Seems like this might be an issue in Dio, so not sure exactly where to log it.
The text was updated successfully, but these errors were encountered: