Realm support for Flutter Web

I’m trying to use the Realm in our production application but I see that Realm does not support Flutter web. I’ve tried using an unofficial library but with no success. I need to be able to listen to database changes in the front-end. Is there any other way to do this? if not, is there a plan to support Flutter web in the near future?

There’s no plan to support Flutter for web in the near future. If you need to access MongoDB data, then we can recommend using the GraphQL API, though you’ll need to write the code to access it yourself.

1 Like

Good to know. I will look into GraphQL API. thanks a lot

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.