有人使用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
所示