Skip to content

Does it support Flutter Web? #370

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

Closed
d-apps opened this issue May 10, 2020 · 6 comments
Closed

Does it support Flutter Web? #370

d-apps opened this issue May 10, 2020 · 6 comments

Comments

@d-apps
Copy link

d-apps commented May 10, 2020

Does it support Flutter Web? I couldn't see "WEB" compatibility in pub.dev.

@fischerscode
Copy link
Contributor

I am able to run my application on web.
Just make sure you are using CoreStoreSharedPrefsImp and not CoreStoreSembastImp. As CoreStoreSembastImp does not support web, as far as I know.

If your app won't connect to the server, you have probably a 'CORS' problem.

@gorillatapstudio
Copy link

@maaeps do you have the error of "boolean expression must not be null" in the latest sdk version when calling user.signup()?

@fischerscode
Copy link
Contributor

fischerscode commented May 12, 2020

@gorillatapstudio
I am not using user.singUp() and I am using the not released version 1.27.
Is this related to #371 ?

Edit: I linked the wrong issue.

@gorillatapstudio
Copy link

yes it is. thanks!

@fischerscode
Copy link
Contributor

It seems like the SDK supports web only partially.
The issue for implementing full web support is #385.

@fischerscode
Copy link
Contributor

I am closing this now, as with the release of 1.0.28, web should be fully supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants