在Flutter中带有表情符号的Firebase通知消息

问题描述

有人使用firebase_messaging接收带有表情符号的通知吗? 我正在接收数据,例如带有表情符号\ u1F603的unicode的Title(来自页面http://www.unicode.org/emoji/charts/full-emoji-list.html

{
 "notification": {
   "title" : "Titte with emoji \\u1F603 ",...rest of code

,但是Flutter不会在通知栏中将其转换为表情符号。 我正在使用FirebaseMessaging库,如其网站https://pub.dev/packages/firebase_messaging

所示

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)