Android MessagingStyle inline reply stuck on loading in flutter_local_notifications


How do I implement inline reply for Android chat notifications in Flutter using flutter_local_notifications?

When a user replies from the notification shade, the loading spinner never clears. Sometimes the message sends, but the notification UI stays stuck.

  • Flutter 3.x

  • flutter_local_notifications ^18.0.1

  • Android 14

Do I need to set MessagingStyleInformation.person to the current user (not the sender), and re-show the notification after response.input to clear the loading state?

0
Sep 2 at 6:32 AM
User AvatarMuhammad Haddi
#android#flutter#android-notifications

No answer found for this question yet.