-
-
Notifications
You must be signed in to change notification settings - Fork 206
How can I use it in Web application? #286
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
Hey, did you figure out how to use it? |
Now I'm not use the repository, I use the JS package and link parse.min.js in my index.html. |
Oh, i think i'll use the rest api. The parse server never initialize in my case. |
I'll give you my code to reference later. |
My solution pubspec.yaml: Add parse js sdk to index.html like this:
I write the following code in
Now I can user some Parse-JS-SDK methods through the
That's all. |
I found a much better solution. I already did this in my branch, or just fork this repository and change it in the pubspec.yaml to I also had to enable cors on my parse server, otherwise I just got XMLRequest errors. Now the plugin is working absolutely fine in my flutter app and thats a much better solution than using the javascript library |
@maxiundtesa hive implementation of coreStore may help. It supports cross-platform which includes web. |
How to enable CORS for my parse server? |
How to download ParseFile on flutter web??? |
How's the web implementation now? Are all the issues you pointed out solved already? I'd like to give it a try. |
2.0.0 should fully support web, even through pub.dev does not label it like this. |
Can you give me a example?
The text was updated successfully, but these errors were encountered: