Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

When I try to run my Flutter project on Android, the build fails with this error: Execution failed for task ':app:checkDebugAarMetadata'. > A failure occurred while executing com.android.build....
Badi elmaestro's user avatar
2 votes
2 answers
680 views

FAILURE: Build failed with an exception. * Where: Build file 'D:\Coding\flutter\notification_test\android\app\build.gradle' line: 11 * What went wrong: A problem occurred evaluating project ':app'. &...
WellItzShiv's user avatar
1 vote
1 answer
344 views

I am developing a Flutter app where I am using Firebase Cloud Messaging (FCM) to receive notifications. The badge count updates and resets correctly when the app is in the foreground, but when the app ...
hkrtl's user avatar
  • 11
0 votes
0 answers
122 views

I have followed the exact steps listed here in this guide: https://firebase.google.com/codelabs/firebase-fcm-flutter#0 I believe this may be an official guide provided by firebase themselves. The ...
Freddy's user avatar
  • 13
0 votes
1 answer
462 views

Iam using oneSignal and want to navigate to a specific page in my app when clicking on the recived notification the problem the code can't find context this probably from the fact that iam declaring ...
Mohamed Almuetaz Atif Altayeb 's user avatar
0 votes
1 answer
202 views

I have a flutter app which is generating local notifications as per scheduled timing. When the app is in active state/home page, and a notification is generated, I am able to capture the payload when ...
Divya Kala's user avatar
3 votes
4 answers
2k views

Flutter push notification using flutter_local_notification show white box for some devices how to fix this Most of the device showing the notification icon correctly but some device have the problem ...
Akhil George's user avatar
  • 1,003
0 votes
1 answer
116 views

I've being working on a flutter app, I need scheduled notifications so I installed flutter_local_notifications. When I try to call zoneSchedule, I get this error PlatformException (PlatformException(...
user25249108's user avatar
0 votes
0 answers
181 views

I have a rather simple requirement for my flutter app but don't know how to implement it. Requirement The user can select a date and time in future and a repeat interval (daily, weekly, monthly, ...
Kewitschka's user avatar
  • 1,681
0 votes
1 answer
384 views

I am trying to keep my App running at all times in the background, as it needs to check a Webserver for certain kinds of updates every 5 minutes. I followed the documentation of the plugin (https://...
LucasMnzb's user avatar
0 votes
1 answer
554 views

Is there a way to implement the following functionality without using a remote server: In my app i can schedule reminders. Those trigger when the app is opened or running in the background but never ...
DonMarc0's user avatar
0 votes
1 answer
320 views

how to change icon of initialize flutter_background_service? `Future initializeService() async { final service = FlutterBackgroundService(); const AndroidNotificationChannel channel = ...
Ahmad Abbas's user avatar
0 votes
0 answers
896 views

I'm using push notifications in Flutter using one signal package. Notification is working fine but in some devices, the notification small icon is not showing it shows a blank square. in some devices, ...
Jiyad's user avatar
  • 13
1 vote
0 answers
133 views

i want to repeate my functionn every day at time of each prayer my code sent notification successfully but sent it just one time and what i want sending this notification every day since user avtivate ...
Mohamed Reda's user avatar
0 votes
2 answers
55 views

So I am currently trying to figure out a way to give a color to a certain card depending on which subject the user has selected. I am usifier a notifier. Previously in my code, I was able to refer to ...
Adam Messier's user avatar
1 vote
1 answer
1k views

I am using awesome_notifications package in my flutter application to show notifications and I am triggering my notifications using firebase_messaging , so whenever firebase cloud messaging is ...
Amritash Tripathi's user avatar
0 votes
1 answer
167 views

Hi i am making a workspace managment booking application and I dont know whether to use push notifcation or local notifcation, The situation is that lets say the manager is allowed to book seats and ...
Utkarsh Sharma's user avatar
1 vote
1 answer
123 views

I'm trying to learn flutter, but I can't manage to do this. I'm doing a schedule about school that prints all your lessons etc. I want that when a lesson is about to start, a notification will be sent ...
Skerdi Velo's user avatar
1 vote
2 answers
5k views

I want to remove or set the notification icon of my application, what should I do? I use the flutter_local_notifications package, and there is no property for removing or customizing the badge icon of ...
FlutterWiz's user avatar
1 vote
1 answer
2k views

FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin(); // initialization of flutter local notifications plugin var ...
Mertcan Gorken's user avatar
0 votes
1 answer
616 views

I am working on a Flutter Application where I want to use the flutter_local_notifications with Firebase Cloud Messaging. When I added the following code to my main.dart- @pragma('vm:entry-point') ...
ayush's user avatar
  • 686
1 vote
0 answers
1k views

FlutterJNI.loadLibrary called more than once FlutterJNI.init called more than once Notification is received when the app is terminated. But when notification is clicked null check operator is used in ...
ashish rajbanshi's user avatar
0 votes
1 answer
304 views

I am developing an app in Flutter which uses firebase notifications. When app is opened then i showed a popup message within app. and when app is killed then i recieved the notification in ...
natiq's user avatar
  • 27
2 votes
1 answer
3k views

I am using the flutter_local_notification package for showing the notification. For example, I want to change the background color of notifications to blue, but using the color property in ...
Sania Developer's user avatar
0 votes
0 answers
383 views

What is this error? I was building a demo app to for Android and IOS notifications then this error appeared when I ran the project: PlatformException (PlatformException(error, null, null, java.lang....
Eng Raggad's user avatar