-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Cannot build web app with pure Dart #641
Comments
How about removing the dependency on universal_io if it is not heavily used? It will make the supabase package less subject to external changes. As far as I see,
It may be possible to replace |
Related issue: dint-dev/universal_io#41 |
I'm unsure on how to replace the |
main.dart.js is not created due to the dependency on universal_io. I cannot start the web app at all. If you have to see what actually happens, please try building an app, following the steps I wrote earlier. I was thinking I was able to build my blog site made with Dart + Jaspr + Supabase when I was using supabase 1.4.0. I'm not sure about other versions between that version and the latest. Investigating how universal_io was handling |
Describe the bug
Building a web app not using Flutter fails due to the universal_io package that is currently lacking support for web.
To Reproduce
Steps to reproduce the behavior:
dart create -t web
.dart pub add supabase
anddart pub get
to start using the supabase package.webdev serve
.localhost:8080
in a browser.main.dart should look like this:
Expected behavior
There is no warning during a build, and "Your Dart app is running." is shown in the browser.
Screenshots
N/A
Version (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: