英文: FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations 问题 当尝试构建APK时,我遇到了这个问题 &g...
How can I set the onDidReceiveBackgroundNotificationResponse property of FlutterLocalNotificationsPlugin.initialize?
英文: How can I set the onDidReceiveBackgroundNotificationResponse property of FlutterLocalNotificatio...
To disable notification sound on button click in flutter
英文: To disable notification sound on button click in flutter 问题 我需要在按钮点击时禁用通知声音。我已经使用了[flutter_local...
can I implement notification from backend on flutter app without using firebase?Also how can I navigate to a specific page while clicking notification
英文: can I implement notification from backend on flutter app without using firebase?Also how can I n...
Send messages to users via FCM once per day based on their shifting time-of-day preferences without dupes, using Redis
英文: Send messages to users via FCM once per day based on their shifting time-of-day preferences with...
Action Buttons not showing in notification when application is in background in real device, using awesome_notifications package in Flutter
英文: Action Buttons not showing in notification when application is in background in real device, usi...
State 在 disposed() 后重新关联,而不是创建一个新的。
英文: State is reassociated after disposed() rather than create a new one 问题 I have app with a simple ...
为什么无法将Flutter JavaScript部署到Firebase云函数?
英文: Why can't I deploy Flutter JavaScript to firebase cloud function 问题 我正在在一个 Flutter 项目中实现 pus...
Firebase HTTP v1 API 和不再支持批量发送了?
英文: Firebase HTTP v1 API and no batch send anymore? 问题 我收到了一封来自Google的电子邮件,通知我以下服务将被停用: "将多个发送请...
使用cURL在v1 API中向多个设备发送FCM推送
英文: Send Push FCM to multiple devices with cURL in v1 API 问题 我需要将 FCM 推送通知发送到多个设备。我不能使用 "topics...