-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Flutter web support for firebase_storage
plugin
#1470
Comments
Plugins are not supported yet in flutter web, you should use a wrapper for the js library instead. |
Hi @ptyagicodecamp There's a dart web version you might want to consider, A better solution is currently work in progress. Closing, as this isn't an issue with Flutter itself, |
@iapicca suggestion helped me enable storage on the web for the time being. Here is a gist of what I did to enable uploading from the web https://gist.github.com/ialhashim/d0c867daa2dc02cf4e178374abd0ca49 Its a hack for now, I am sure the flutter community will develop an official package soon. |
Hi,
firebase_storage
plugin doesn't seem to work on Flutter Web. Am I missing something or this plugin is not yet supported for web ? If so, could you point me to workaround to make it work on web ?Thanks,
Priyanka
The text was updated successfully, but these errors were encountered: