I need to sent notification from my website to flutter app using asp.netcore webapi. I had searched for many articles and none of them are with the asp.netcore and flutter combo. Is there a way to that. If anyone knows please help me.
Asked
Active
Viewed 205 times
0
-
have you considered Google Firebase or Push Notifications? – Muhammad Kamran Aslam Dec 05 '20 at 02:22
-
The data I need to display as push message is composed by the webpage which then pass to .netcore api and then it to flutter. Is there any way to do that? – Ananthakrishna Dec 06 '20 at 05:42
-
yes it is doable. Read about it – Muhammad Kamran Aslam Dec 06 '20 at 15:10
-
@MuhammadKamranAslam Can you suggest some articles? – Ananthakrishna Dec 07 '20 at 11:47