You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: