python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to mute notifications for some time in flutter
I am using flutter_local_notifications to display a notification for every prayer. But in app there is feature to mute notifications for "2 Hours", "5 Hours", etc. Just like in wha...
Zilaid
Votes: 0
Answers: 0
How can I play different sounds for notifications in flutter using flutter_local_notification
I have 2 different kinds of notification messages. I want to understand, how can I play different sounds for notifications.
I tried by changing the sound string in AndroidNotificationDetails, but it p...
Shubham K
Votes: 0
Answers: 0
Flutter iOS Local notification - is it possible to notify only once?
I'd like to notify user only once, no matter how many local notifications are going to be send with the same ID. I'm using awesome_notifications package. Also tried flutter_local_notifications
Imagine...
koosy
Votes: 0
Answers: 0
Flutter local notifications : Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
I'm attempting to create local notifications for my Flutter app, but I have an issue when compiling.
My code :
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
class Not...
SimonB
Votes: 0
Answers: 1