-
Notifications
You must be signed in to change notification settings - Fork 81
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
Is the package designed for web? #53
Comments
On pub.dev it isn't included but how it seems to work based on screen size it must be compatible. Good question. I hope the package maintainer is okay and be able to clarify this |
Hi, We have not code that checks for hosting of anykind, we just use pure Flutter so the package works wherever it's hosted. There's no way we can write code to make it only work on specific types of hosting, it's all the same to the package. |
And yes, we use it for web. I don't actually know what I have to do to get web to show up for the package. |
Its not listed because have a import in the helpers hope this helps. |
Can be deleted that import? |
We're using that import to determine what platform we're running on, there might be a better way to do that. You can submit a PR deleting it and I'll approve it. But yes, we use this on web, it's just not showing in the tags on pub dev. |
I have been developing a website in flutter using this package. It works well on localhost but fails on github pages. Is there anything I can do to make it compatible with web?
The text was updated successfully, but these errors were encountered: