-
-
Notifications
You must be signed in to change notification settings - Fork 905
Web support #725
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
Comments
We have full support for web even though pub.dev doesn't say that. Try it out! :) |
@tneotia What would it take to get Pub to say that we support it? Is it something that I need to do? |
@ryan-berger nothing you can do at the moment. The issue is that we use webview_flutter which does not have support for web. As soon as Pub sees that import, it automatically says we don't support web even though we have specifically created an iframe implementation for web (and therefore have full support). This won't be fixed until modularization is merged (#661) because that import will be removed from the core package. I have this same issue in my own package on Pub, it only shows I have support for mobile even though I support web as well. Maybe it would be useful to put support for web in the "description" of the package in pubspec? Up to you. |
@tneotia Oh wow cool! Actually I did try it and got this error messages: which is why I checked and then saw in the 'scores' that it is not supported. Do I need to somehow add |
Okay, nevermind. I tried again and now it somehow works. I don't know what went wrong there the first time. Thanks for this great plugin and the fast response! |
@erickok this can be closed. |
Is it planned to support web platform? This would be really great!
The text was updated successfully, but these errors were encountered: