N
Novu17mo ago
Nexen

Flutter example

Could we get a flutter example that we can follow? Thanks!
9 Replies
Nexen
Nexen13mo ago
bump
Pawan Jain
Pawan Jain13mo ago
@unicodeveloper
Prosper
Prosper13mo ago
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
Nexen
Nexen13mo ago
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..
Prosper
Prosper13mo ago
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
Nexen
Nexen13mo ago
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?
Prosper
Prosper13mo ago
What's MQTT?
Nexen
Nexen13mo ago
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
Prosper
Prosper13mo ago
Thanks for the explanation