126 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
30
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....
0
votes
1
answer
92
views
Persistent Meet-like Flutter notifications for ongoing calls
I have an app that, using WebRTC, is able to successfully connect and hold a video call. The actual call logic while the app is open is a separate concern but what I was looking for, is the classic &...
2
votes
2
answers
702
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'.
&...
0
votes
0
answers
52
views
How to handle push notifications in Flutter when the app is closed using SignalR in Flutter
I am researching how to implement notifications in Flutter, specifically how they can work when the app is closed or the screen is locked. I'm using SignalR on the backend, so I need a solution in ...
2
votes
1
answer
368
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 ...
1
vote
0
answers
24
views
Can't manage to set up flutter local notification in the new gradle declarative plugin format
I'm trying to follow the instructions on the package page but the files on my flutter project are just written differently and I couldn't understand how to modify the instructions to my code.
The ...
0
votes
0
answers
128
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
74
views
What is the correct place to put the notifications implemented when the application closes:Flutter
I have notifications that work very well scheduled, but the problem is that if I want a notification, I have to press a button to receive notifications. I want the notifications to come without ...
0
votes
1
answer
500
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
701
views
How to compose a notification from device instead of Firebase console in Flutter using FCM HTTP v1 API? [duplicate]
I wanted to compose a Firebase notification from the device in my Flutter app instead of using the Firebase console and then send that notification to the user at another time similar to the Weather ...
0
votes
1
answer
211
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
2
answers
1k
views
Swift Compiler Error (Xcode): Cannot find 'FlutterLocalNotificationsPlugin' in scope
Flutter Developers,
I run to this trouble, when i want to run my Flutter project on the IOS (Iphone) Simulator:
Xcode build done. 12.7s
Failed to build iOS ...
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
515
views
Receiving only one Firebase notification when device offline Flutter
i'm having some trouble figuring out how to achive the result i want with firebase push notification on Flutter.
Basically i'm trying to send a set of push notifications with the device offline, then ...
0
votes
1
answer
118
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(...