-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
FlutterLocalNotificationsPlugin.java – line 223 #1485
Comments
Can you provide a link to a repository with a minimal app that can reproduce the issue? |
Actually I've figured out the issue now. Fix incoming |
Released 9.3.2 that should fix this issue. Thanks for reporting |
@MaikuB Hi! The same issue in version ^10.0.0-dev.7. Could you please update it too? |
done |
你好,flutter_local_notifications在oppoandroid 11上没有效果,通道自定义失败原因,能帮忙看看什么?我们公司正在开发推送自定义铃声,急需解决。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have been receiving some crash reports through Crashlytics over the Weekend. Multiple users with Android devices encountered failures caused by the FlutterLocalNotificationsPlugin.java. This the Stack trace Crashlytics provided:
Bug
Cause by:
Package Version : ^9.3.1
Reproduce the problem
I Called Zoned Schedule with AndroidDetails, using tags:
enableLights: true,
ledColor: true,
playSound: true,
setAsGroupSummary: true,
visibility: NotificationVisibility.public,
showProgress: true,
progress: progress,
enableVibration: true,
maxProgress: 100,
priority: Priority.max,
importance: Importance.max,
fullScreenIntent: true,
tag: tag,
The text was updated successfully, but these errors were encountered: