127 questions
0
votes
0
answers
17
views
Flutter Android build error: flutter_local_notifications requires newer desugar_jdk_libs version
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....
2
votes
2
answers
680
views
I'm having trouble building a flutter application
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'.
&...
1
vote
1
answer
344
views
Firebase in Flutter: Badge count not updating when app is in background or closed
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 ...
0
votes
0
answers
122
views
Why aren't iOS notifications working for my flutter app yet Android notifications do?
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 ...
0
votes
1
answer
462
views
Flutter Open Specific page upon Notification Click
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 ...
0
votes
1
answer
202
views
Flutter Local Notification - Payload getting captured only in active state
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 ...
3
votes
4
answers
2k
views
Flutter Push Notification Icon Showing White in color
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
...
0
votes
1
answer
116
views
PlatformException (PlatformException(error, com.example.profinance_client: Targeting S+
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(...
0
votes
0
answers
181
views
Flutter: Repeating local notifications
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, ...
0
votes
1
answer
384
views
Flutter_background plugin isn't displaying any notification
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://...
0
votes
1
answer
554
views
Flutter: Trigger notifications when app is terminated
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 ...
0
votes
1
answer
320
views
how to change icon of initialize flutter_background_service?
how to change icon of initialize flutter_background_service?
`Future initializeService() async {
final service = FlutterBackgroundService();
const AndroidNotificationChannel channel = ...
0
votes
0
answers
896
views
Small notification icon not showing in AndroidUsing flutter
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, ...
1
vote
0
answers
133
views
i want create notification every day at specific time i am using awesome notification package how can i do this?
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 ...
0
votes
2
answers
55
views
How can I have a color that is going to change, when I select a certain topic on Flutter. Can I use the notifier with the Color Widget?
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 ...
1
vote
1
answer
1k
views
Action Buttons not showing in notification when application is in background in real device, using awesome_notifications package in Flutter
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 ...
0
votes
1
answer
167
views
how do i figure out what to do with this? flutter local notification or firebase notification
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 ...
1
vote
1
answer
123
views
Notification on flutter
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 ...
1
vote
2
answers
5k
views
How to remove (or set) local notification badge in app icons - Flutter
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 ...
1
vote
1
answer
2k
views
flutter local notification does not send notifications
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin =
FlutterLocalNotificationsPlugin();
// initialization of flutter local notifications plugin
var ...
0
votes
1
answer
616
views
AndroidManifest build error when using flutter_local_notification: Flutter
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')
...
1
vote
0
answers
1k
views
FlutterJNI.loadLibrary called more than once
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 ...
0
votes
1
answer
304
views
Flutter Firebase notification not working when app is signed and is closed
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
...
2
votes
1
answer
3k
views
How to change background color of notification flutter_local_notification?
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 ...
0
votes
0
answers
383
views
PlatformException Flutter
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....