Failed: no such method small icon
Please help me, my app crashes in release mode. I don't understand why this happens.
flutter_local_notifications: ^19.4.2
describe: java.lang.NoSuchMethodError: No static method get(Ljava/lang/String;)Ljava/lang/String; in class Landroid/os/SystemProperties;
reproduce: While the app is running (the app is in use), a notification comes in. When the notification appears, the error occurs.
screenshoot:
I would really appreciate any feedback that could help me resolve this issue.
Thank you.
ups, sorry.. i miss my source code..
I started getting this error even with older version of the plugin: 18.0.1 The app crashes because of this error. Can someone help to resolve this issue?
Same here, im getting the error on version 19.4.2 when running the app in release mode
Please check and follow the instructions mentioned here. There were instructions noted for release builds that need to be followed. Not following them leads to the errors mentioned in this issue. If you have followed them then I will need a link to a repository hosting a minimal app that can reproduce the issue