[Parcel] E Reading a NULL string not supported here
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
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
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
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.