Комментарии:
How to get notifications even if device is restarted....
Ответитьhey! Why have you not shown the part where you add the function to change time in alarm list item
ОтветитьThank you for this video. Can someone show me the steps to add notification sound in android flutter app
ОтветитьI am not able to play custom sound and also pop up are not showing up in lock screen and on screen also
ОтветитьBut what about notification from background?
Ответитьi am not getting the permission requests. please help
Ответитьhave you tried the sound with android, please check
ОтветитьCan we add buttons in notifications and action when click on it ?
Ответитьcan we use this plugin when the app is totally closed and not minimized ?
Ответитьwhat about remote notification?
Ответитьthis is alarm but sound is stopped by touching notification
how can i continuously play sound when touch the stop button in alarm app?
If i want send notification to all user using mysql database how can do please?
ОтветитьThis has been quite useful, would it be possible to show the required changes with the new version of the notification plugin?
ОтветитьThank you bro this helped alot of this
Keep goin with more osm tuts
Plz update your packages since schedule is deprecated to zoned schedule
ОтветитьI've been one month trying to find someone that explains how to do that! Thank you!!
ОтветитьWill it also work if the app is not running at all e.g. the is not open yet?
ОтветитьWhen you get the error at InitializationSettings()
add android: and iOS: in front of the arguments
like this:
var initializationSettings = InitializationSettings(android:initializationSettingsAndroid, iOS: initializationSettingsIOS);
hi, I tried it in android app,notifications are coming with default sound..custom sound is not working.i have added mp3 audio in res/raw.pls help me
Ответитьhow can i turn off alarm?
Ответить@CodeX how did you do your notification icon because in this video your notification wasn't the one you set, it was still showing the flutter icon... I am asking this because i am facing this same problem
ОтветитьIf you want an icon for your App, set the icon size to 72x72 pixels, this is the recommended size.
ОтветитьHi bro, I managed to use FCM to send notification to the phone (Android), but the sound is not playing and no vibration. May I know how to config this or is there any way to override the default value? Thank you
ОтветитьThank you
ОтветитьWhen the apps in minimize or not active, is the notification still shown ?
ОтветитьDoes it work if the app is removed from the background?
ОтветитьIt's not working in my project
ОтветитьAlso show the payload on the notification.
ОтветитьThe notification won't pop up why ??
How to solve it ??
Thanks!
Ответитьif you get error on onDidReceiveLocalNotification, do it like following line.
onDidReceiveLocalNotification: (int id, String? title, String? body, String? payload) async {});
Did you see the "Question Marks" on Strings?
instant like for the free github repo
Ответитьnice video great instructor
ОтветитьHai CodeX I had referred your code and it doesn't receive any notification while setting time. One more thing can you please specify the notification to be received at regular intervals.Suppose now the time is 9 00 pm the time to be set at 10 pm. The notification required is while at 9 30pm the notification will be only 30 mins left and at 9 45 pm the notification will be only 15 mins left and at 10 pm no notification should be received.Can you please solve ASAP?
Ответитьfor my project, i have created push notification with fcm and it's working great. Now i want to add custom sound to that push notification. Should i use local notification to achieve that? If so, can you help me with some information. I have tried a few tutorials ,and nothing worked.
ОтветитьHello I can`t run my project
This was the error
What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed : android:exported needs to be explicitly specified for <receiver>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined.
Will this work when the application is closed (not minimized)?
ОтветитьWow that's great
ОтветитьUi looks awesome
Ответитьnotification periodically will work ,even after reboot device on android? i know its works on ios
ОтветитьWhat would the code look like for the user of the app to select the alarm time from the app itself and not from the vscode? Or did I misunderstand the tutorial or do I need to watch a different tutorial the understand that part?
ОтветитьHellow codex. i found a problem here when i build flutter apk and install the sound not ring.
Please help me why not ring?
Hi, I'm using Firebase with Flutter for Notification.
Should we store the device token in the database only once when the app is started for the first time, or should we store it every time the app is opened? The reason behind this is that I want to trigger notifications from the backend (using Laravel) using the device token.
So, what would be the best approach according to your experience? I'm developing my first app for production, and your opinion is very important to me.
bro i cant use that alarmmanger for scheduling notification now because of limitaitons in android , any alternatve
ОтветитьPlease my question is if I want to be able to schedule an alarm that would let's say notify me every Monday at a particular time how do I go about that
Ответитьcan u help me in my code?
ОтветитьI know I am late in posting this video.. BUT this tutorial is going to be worth waiting. I have tried to explain Local Notification easiest way possible. Let me know what you think about this.. 😊
Ответить