FlutterFlutter 点击通知打开页面 问题: Flutter接收到推送通知以后,点击打开新页面 解决方法: 1: 需要设置 click_action 为 “FLUTTER_NOTIFICATION_CLICK” 2: 需要为通知添加 data 属性 如下所示: DATA='{ "notification": { "body": "this i……继续阅读 » 6个月前 (09-17) 194浏览 0评论 0个赞