flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

[Parcel] E Reading a NULL string not supported here

Open AnhPhon opened this issue 1 year ago • 1 comments

When I use flutter_local_notification to push notifications when receiving from Firebase, the Android device Oppo Reno3 can't receive data. Logger error: Reading a NULL string not supported here. The notification is still displayed but cannot perform actions and retrieve payload data. Other devices still work normally.

Device : Oppo Reno3 (Android 13)

flutter_local_notifications: ^17.2.3

Flutter (Channel stable, 3.22.3 Dart version 3.4.4 image image

AnhPhon avatar Nov 05 '24 04:11 AnhPhon

This will need a link to a repository hosting a minimal app that reproduce the problem. Ideally it should only reference this plugin as well to help eliminate other plugins being the issue.

Note though that if you have a device specific issue then this is something that you would need to investigate. This plugin isn't a commercial project so myself and others in the community will not have the resources to get specific devices

MaikuB avatar Dec 17 '24 07:12 MaikuB

Closing due to lack of response with information to reproduce. One thing I should note is the logs you shared doesn't provide an indication that the issue is to do with this plugin either. There does look to be some to do around an audio manager and that would be where I suggest you investigate further

MaikuB avatar Jun 22 '25 08:06 MaikuB

Hi same error message here, but different condition:

  • phone OPPO A72
  • Flutter 3.32.5
  • Tools: Dart 3.8.1 - DevTools 2.45.1
  • flutter blue plus 1.35.5

during the connection stage:

[ +546 ms] E/Parcel ( 8679): Reading a NULL string not supported here.

Thanks.

ChumKiu avatar Jul 11 '25 22:07 ChumKiu