346 questions
1
vote
0
answers
31
views
Show push notification in opened state in the tray, as soon as it receives , flutter+firebase
In my flutter app, I have used firebase to integrate push notification along with local notifications.
What I want it - As soon as a push occurs on phone, it will show in opened state(icon, title &...
3
votes
0
answers
65
views
How to show local notification in Flutter when the app is killed or terminated?
I'm developing a Flutter app that uses alarms and local notifications. I want to show a notification at a specific time, even if the app is killed or removed from recent apps.
Currently, I'm using the ...
0
votes
0
answers
36
views
Flutter scheduled notifications not working on Android 15 (Permissions added)
I'm working on implementing scheduled local notifications in my Flutter app using the flutter_local_notifications package. I'm testing it on a real device running Android 15, and although I’ve added ...
1
vote
0
answers
31
views
Flutter Scheduled Notifications Not Working with flutter_local_notifications Plugin
I'm encountering an issue with scheduled notifications in my Flutter application using the flutter_local_notifications package. While immediate notifications function correctly, scheduled ...
0
votes
0
answers
54
views
Unable to build Flutter project due to "Execution failed for task ':app:checkDebugAarMetadata'."
I am currently experiencing this issue which causes me unable to build my Flutter project.
Execution failed for task ':app:checkDebugAarMetadata'.
A failure occurred while executing com.android.build....
0
votes
1
answer
59
views
How to schedule flutter local notification to repeat every day starting from tomorrow?
I'm trying to set up flutter notification that appear initially tomorrow, and then repeat daily after that using https://pub.dev/packages/flutter_local_notifications. This is my current approach:
// ...
0
votes
2
answers
95
views
Flutter Scheduled Notifications not working
I am building an app and want to send reminders about the tasks the user has to complete. For that I am using flutter_local_notifications: 18.0.1. The variables that I use in this class are below:
...
0
votes
0
answers
30
views
How to allow users to swipe away an alarm notification to stop the alarm in flutter?
I am working on a flutter alarm app where I want users to be able to swipe away the alarm notification to stop the alarm. Currently, I have implemented an onStop function that stops the alarm when the ...
0
votes
0
answers
25
views
How to skip one recurring notification with flutter local notifications?
I'm using Flutter Local Notifications to send a reminder to users every day at a time of their choice. My schedule function in my notification service looks like this:
Future<void> ...
1
vote
1
answer
357
views
Flutter can not run
I did a git clone of a new flutter project to be put in. I downloaded the new flutter sdk and android studio, and java got version 17.
However, when I run the cloned file locally, the following error ...
0
votes
0
answers
37
views
How to add an image to title via flutter_local_notifications
I'm facing a problem adding an image to the username in my app's notifications. I honestly tried to figure it out, but couldn’t find any information. I would be very grateful for your help.
enter ...
1
vote
1
answer
119
views
Signed apk crashes in Android 12L
When I was checking my pre-launch reports, I noticed that my app crashes on an Android 12L device. The crash does not occur in debug or release modes on my own device, but it does happen when I ...
1
vote
0
answers
79
views
Why does changing the channel ID and channel name in flutter_local_notifications affect whether the notification message is displayed?
I am using the example from flutter_local_notifications version v18.0.1:
https://github.com/MaikuB/flutter_local_notifications/tree/flutter_local_notifications-v18.0.1/flutter_local_notifications/...
1
vote
0
answers
39
views
Schedule conditional periodic notifications in Flutter (Dart)
In my Flutter (Dart) app, I want to periodically schedule a notification only if a certain condition is met.
Can it be done?
"Every morning - check if rain is expected today, and if so - trigger ...
0
votes
1
answer
677
views
How to enable core library desugaring to be enabled for flutter_local_notifications for new declarative Plugin DSL syntax,
I coudn't find any information how ca I do that, I've tried to use the config from package but doesn't wordk. Any idea how can I do that? Please see my files:
My settings.gradle:
...
plugins {
id ...