Replies: 2 comments
-
I had the same bug |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Flutter 2 announced just few days ago and some packages updated for web like Image Picker. I'm trying to get image and upload it to cloud storage. Image picker working very well but when
I want to upload image to storage it gives me when I try putFile:
When I use putData
Service Class:
I tried flutter clean and flutter upgrade. I also searched old questions and some of them used html.File instead of dart:io library but firebase_storage:7.0.0 package only accept File class which is from dart:io library.
Code work on Android and IOS but not web.
Flutter doctor
Beta Was this translation helpful? Give feedback.
All reactions