-
Notifications
You must be signed in to change notification settings - Fork 124
App icon visible in dubug mode but not in release #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@darshansatra1 You can solve this problem by setting the It seems that strict reference checking needs to be implemented to solve this problem without any setup. |
I set shrinkResourses false as you said but then I'm getting this error. Help please. A problem occurred evaluating project ':app'.
build.gradle:
|
Most likely the method was not found as the code was encrypted by the minifyEnabled option. Try adding proguard-rules.pro.
|
@darshansatra1 |
Thank you @Dev-hwang , now the issue is gone after adding the |
As per flutter_foreground_task 2.0.0 update, foreground service is now able to run after killing of the application. But one issue I found was that the notification icon in release mode is shown as a white square box instead of the required icon. It would be very helpful if you can look into it.
The text was updated successfully, but these errors were encountered: