kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Support for flutter web #5

Closed chrisn-au closed 4 years ago

chrisn-au commented 4 years ago

Great project - well done.

Any thoughts on how hard it would be to support flutter web ? I am happy to try and contribute if you feel it is doable

kfiross commented 4 years ago

Thank you very much :) You can try if you want too. For me it's looks like a really hard task, beside the fact that there is work to do with communicate between dart and js, with the Mongo Stitch SDK

I uploaded some base in a new branch now

chrisn-au commented 4 years ago

Hi,

thanks for the response. given you think it is hard, I will put it on my backburner at the moment, however when things calm down I may have a go

chrisn-au commented 4 years ago

I will close the issue and reopen when/if I pick it up.

Thanks again

kfiross commented 4 years ago

Web support it's on it way!

chrisn-au commented 4 years ago

cool - looking forward to it

kfiross commented 4 years ago

Hi, Most of the features already implemented on the web plugin version .(You can test it by using using the latest 0.7.0-dev.* version)

kfiross commented 4 years ago

@chrisn-au The update merged into the stable version. Issue will be closed