9 Replies
bump
@unicodeveloper
Unfortunately, we don’t currently have a flutter SDK or example,but there’s one or two persons that were building for Flutter. I’ll reach out to them & see if they can help
@the_nexen do you need this for the notification center or to trigger the notifications itself
Awesome, i would need the whole stack, triggers we wanna do in node.js microservice, so its not within the app (for tweaks and stuff), but notification center in flutter would be mandatory, to show notifications list and unread count etc..
Yeah the Notification Center being in Flutter itself will make so much sense because the triggers can already be done in several backend SDKs we have
exactly, whenever i tried to implement it way back, it was painful, because we had to use two socketio plugins. Now we are thinking, based on scope of project for MQTT. I guess that could be done easily for the delivering on our side, right?
What's MQTT?
its a protocol, something like a websocket, but works in unreliable networks, i.e. facebook messenger uses mqtt for its entire messaging functionality, because there is no overhead and 3g can crunch it without issue
Thanks for the explanation