#Google

  Рет қаралды 27,726

Mobile Programmer

Mobile Programmer

Күн бұрын

Пікірлер: 106
@hyper341
@hyper341 4 жыл бұрын
omg super mega hyper tutorial, keep going!!!
@food-daily
@food-daily 4 жыл бұрын
Awesome tutorial...plz make more videos on flutter 👍
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Thank you, I will
@markdioneeb8997
@markdioneeb8997 2 жыл бұрын
Is it possible to enable/disable scheduled notification snside the App? If the user logout on the App, they should'nt receive local notifcation, but when they login thats where the notification will resume
@MobileProgrammer
@MobileProgrammer 2 жыл бұрын
You can remove notifications
@markdioneeb8997
@markdioneeb8997 2 жыл бұрын
@@MobileProgrammer ok that was very helpful, i didn't know that,
@AnkitSingh-s9l2t
@AnkitSingh-s9l2t 7 ай бұрын
please make a video how we can use this notification with firebase foreground ,terminated, background case ontap ,largeicon,bigpicture in all cases .please
@alexyan7245
@alexyan7245 3 жыл бұрын
amazing!! sir what if I do CRUD from desktop app or web, its the notification still working?
@alessandrolittera4733
@alessandrolittera4733 4 жыл бұрын
Great video. Thank you very much bro. I would like to use repeat notifications, but if I do not give the conditions it is useless to repeat them. I tried to insert variables that change over time but it seems that the notification is repeated with the initial conditions. How could this be done?
@JayeshDhudashia
@JayeshDhudashia 4 жыл бұрын
can we run some callback before showing daily notifications? I need to run daily notification be before it shows I need to load data from server and show notification from that data.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
You can add notifications daily at specific time you want
@surajgandhi4034
@surajgandhi4034 3 жыл бұрын
How can we add action button to notification?? Please help. Thank you.
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
I don’t think we can do that in iOS. But android gives you little more flexibility
@surajgandhi4034
@surajgandhi4034 3 жыл бұрын
@@MobileProgrammer yeah I am asking about that only, how do we add action button to notification in android? If you can make a video on that, it would be great.
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
I wil try
@surajgandhi4034
@surajgandhi4034 3 жыл бұрын
@@MobileProgrammer Thank you.
@pacegrin7403
@pacegrin7403 4 жыл бұрын
This is great! Thanks again for top video! Quick question, is this meant to be used as an alternative to firebase notifications? If yes indeed, could such notifications be triggered by a simple webhook?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
No it’s not a replacement for Firebase notifications.
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
You are welcome
@andyjagroom.3878
@andyjagroom.3878 3 жыл бұрын
@@MobileProgrammer ok
@himanshunawalkar4963
@himanshunawalkar4963 4 жыл бұрын
Hey Awesome tutorial ! Also i had a question can we stop the notifications if we want and then start again if we want?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Yup, why not. You can call clear notification. And add it back whenever you want.
@himanshunawalkar4963
@himanshunawalkar4963 4 жыл бұрын
@@MobileProgrammer Thanks ! Yes i just checked the documentation. Hey also do this also worked in the Release mode too? And some people were suggesting to use WorkManager, as local Notifications doesn't work in the background?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
It works
@himanshunawalkar4963
@himanshunawalkar4963 4 жыл бұрын
@@MobileProgrammer thanks!
@4edgengaming377
@4edgengaming377 3 жыл бұрын
How can I use the local stroage MP3 for notifications sound for app
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Add it in your assets and use it in the notification object
@juliejohn5159
@juliejohn5159 4 жыл бұрын
Wooow...good video. thanks
@fariszain6233
@fariszain6233 4 жыл бұрын
thanks.. i have one question ? how to create group notification.., like gmail, wa, you have 3 notification ?
@gautammenon8774
@gautammenon8774 4 жыл бұрын
Great video, please make a tutorial on uploading images using a separate thread or backround service, would be very helpful. Cheers!
@gatesbill447
@gatesbill447 3 жыл бұрын
how can i set count notification . a need to download multiple file and show on notification . please hepl
@dicyinc7263
@dicyinc7263 4 жыл бұрын
Hey awesome tutorial helped alot even tho the official docs changed alot. Thanks! BTW, what is that syntax you used to create "Notifications._()' contructor? How does it work?
@Xsantosh7
@Xsantosh7 3 жыл бұрын
It's called private constructor used to create a singleton class
@haroonrehman8156
@haroonrehman8156 Жыл бұрын
29:42 can it work if my app is not running
@MobileProgrammer
@MobileProgrammer Жыл бұрын
Yes
@vivekjunghamal5730
@vivekjunghamal5730 4 жыл бұрын
normal notification is working but schedule notification is not working! What can be the issue? My console shows errors like: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- Abort message: '[FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(942)] Check failed: CheckException(env). and the device losts connection. And even if the priority is set to high, the notification don't pop on the screen as it pop in yours. But it is available in background.
@md.ruhulamin7963
@md.ruhulamin7963 4 жыл бұрын
Thank you sir for this useful tutorial. Please add more video, how to send notification to multiple and single device from a web server using php or any other language?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Please check kzbin.info/www/bejne/i3PUaaeEnb2Smq8
@md.ruhulamin7963
@md.ruhulamin7963 4 жыл бұрын
@@MobileProgrammer Thank you.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
you are welcome
@kianu2010
@kianu2010 4 жыл бұрын
it's very helpful but I got a problem when using sound in schedule notification After scrolling the status bar then sound is stopped how to fix this?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
That’s the system behavior. Once the user sees the notification sound stops
@kianu2010
@kianu2010 4 жыл бұрын
@@MobileProgrammer thank you that's my answer! then in flutter is there a plugin providing immortal service? I dont know about keyword for never dead app
@sumayyariyas8564
@sumayyariyas8564 3 жыл бұрын
Hi Kian, how you made sound when notification came? Pls help me
@haiderjaafer8164
@haiderjaafer8164 4 жыл бұрын
Is the notification will be send to all devices that installed the app
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
This is local notification.
@girishparate6410
@girishparate6410 4 жыл бұрын
Awesome..
@MrLion22
@MrLion22 4 жыл бұрын
Hello, can you tell us how you could start android emulator and ios emulator in one system? I can not do it in Windows. Is there a specific setting for this? I would be very happy if you could answer me there. thanks in advance
@yogeshparab7852
@yogeshparab7852 4 жыл бұрын
U need a mac for ios simulator
@almamun2565
@almamun2565 3 жыл бұрын
It's Just awesome!
@praveenkanwar3261
@praveenkanwar3261 4 жыл бұрын
I appreciate your work. But I wonder why every tutorial on KZbin only show the notifications by clicking a button? Isn't it a Joke? So you mean that user have to click a button in order to see the notification. In real world app, It should be triggered automatically no matter either it is scheduled (you showed scheduled notification are displayed only after click event) or normal so that the user get notified for various event/info from the app.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
You can move that code out of the button to anywhere you want and it wil work same
@hadikhan1813
@hadikhan1813 3 жыл бұрын
@@MobileProgrammer How to use it with date picker? When user will choose the date and time also for a specific period of time notification will be sent daily at the specific time.
@faisalmushtaq2287
@faisalmushtaq2287 4 жыл бұрын
Why is the sound working in flutter_local_notifications????????? Even checked your code, doesnt work there as well
@naveedullah9083
@naveedullah9083 4 жыл бұрын
I want to listen the notification, Like as notification arrive screen should update automatically, without clicking the notification. Please help me with the scenerio.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
I am not sure if that is possible if app is in background because it’s in user’s control
@mohamedhassan3370
@mohamedhassan3370 4 жыл бұрын
I get an error when I add the code in AndroidManifest.xml file that used for schedule notifications This is inf. error may help "validates resource references inside android xml files"
@fathimashafana4881
@fathimashafana4881 3 жыл бұрын
but the notification doesnt stay. i mean after displaying it vanishes and doesnt remain in notifications bar
@oijgg3p
@oijgg3p 4 жыл бұрын
May I ask you a question: How to close the app when a user dismisses the notification?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
You shouldn’t do that anyway.
@oijgg3p
@oijgg3p 4 жыл бұрын
@@MobileProgrammer If you don't know, just say so. My app is music player so I have to close the app otherwise music will keep playing on the loop (without any notification that app is still open in the backgroud). So, I didn't fuking ask you what should I do or not.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Apple will reject your app if you do so. It’s up to you.
@mehmetedex
@mehmetedex 3 жыл бұрын
okay 😁
@HarshKumar-qw5ou
@HarshKumar-qw5ou 4 жыл бұрын
How to send repeated Notification but the notification will have different body each time.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
That’s based on ur logic . Add notifications in intervals
@HarshKumar-qw5ou
@HarshKumar-qw5ou 4 жыл бұрын
@@MobileProgrammer Hy thanks for answer , but i have one more query, whenever i tap on notification it takes me to home screen of the app even tho i have set different screen in onselect notification.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
There may be something wrong with your logic. Please check
@HarshKumar-qw5ou
@HarshKumar-qw5ou 4 жыл бұрын
@@MobileProgrammer Even when i dont assign anything to onselectNotification I still navigate to the homeScreen, does onselectNavigation by default takes the user to the app.
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Yeah. Where else should it go? That’s the default behavior
@darshshah5051
@darshshah5051 4 жыл бұрын
I tried to run the code uptill 15:08, but im getting an error something like this, Flutter tried to create the file `android\settings_aar.gradle`, but failed. Can anyone help please!?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Can you please invalidate your cache in Android Studio
@wanpian2624
@wanpian2624 4 жыл бұрын
will the notification be triggered in the background?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Yes
@faisalmushtaq2287
@faisalmushtaq2287 4 жыл бұрын
I tried but it doesnt trigger
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
You should add the flutter notification click key
@faisalmushtaq2287
@faisalmushtaq2287 4 жыл бұрын
@@MobileProgrammer whats that??? would you please guide me
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
It is explained in the video. Please check
@ogibinedi
@ogibinedi 4 жыл бұрын
How to create notification by set datetime picker or something not just only click the button
@katorimirido3568
@katorimirido3568 4 жыл бұрын
How to random body everyday in method showDailyAtTime?
@mamphos3099
@mamphos3099 4 жыл бұрын
how can i use the time picker?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Use the time picker package
@arpitjaiswalietstudent9966
@arpitjaiswalietstudent9966 3 жыл бұрын
NotificationPlugin.showNotification Facing This error during call of this function
@harshadghori9441
@harshadghori9441 3 жыл бұрын
when app in background then local notifacation not showing help me please
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Did u allow notifications permission?
@harshadghori9441
@harshadghori9441 3 жыл бұрын
@@MobileProgrammer i havent try yet in ios , but i am talking about android . i am using schedule notifacation so i schedule and remain app open or app just closed it work fine but when kill app from recants apps it not showing me
@harshadghori9441
@harshadghori9441 3 жыл бұрын
@@MobileProgrammer have you understand what i am telling?
@alessandrolittera4733
@alessandrolittera4733 4 жыл бұрын
In debug mode it works fine. But in release mode clicking on "send notification" the app closes.
@afrospike724
@afrospike724 4 жыл бұрын
create a proguard-rules.pro file in /android/app/ -keep class com.dexterous.** { *; } paste the code above in proguard-rules.pro file this will solve the issue
@salishkumar5186
@salishkumar5186 4 жыл бұрын
how to change icon in notification bar of ios?
@sambovisal6362
@sambovisal6362 4 жыл бұрын
Hi. Does it work if we killed the app??
@indigoguerra920
@indigoguerra920 4 жыл бұрын
Hello, I'm having some trouble. The test notification works perfectly for the Android simulator, but I don't get any activity from the iOS simulator trying to send any notifications. I followed everything in this video but still nothing. Do I have to have a paid Apple developer account to just run test local notifications? Has anyone else had this issue?
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Did you accept the permission for push notifications?
@indigoguerra920
@indigoguerra920 4 жыл бұрын
Mobile Programmer yes I did
@coldhell3580
@coldhell3580 4 жыл бұрын
Have you looked at the information on the web-page for the local notifications package? You need to add a line to the AppDelegate.swift file. pub.dev/packages/flutter_local_notifications.
@ijazahmed2452
@ijazahmed2452 4 жыл бұрын
goood bro but fast
@LikeLuluLikeLulia
@LikeLuluLikeLulia 4 жыл бұрын
Hi, Thank you for your video, I have a question: Can you give me any insight on how to implement on a real-world App? Because there is no App in the world that let user press a button to send notification. Notification should be automatically sent without pressing a button, e.g. every morning 10am, or user set a timer ti be notified and it will notify user and user receive notification even when the app is closed, just like every App we are using? How can we do this? why every tutorial only show how to send a notification when press a button on the App?? Any suggestions or ideas will be appreciated. Thank you!
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Put the code outside the button press where ever you want.
@ksreenivas3933
@ksreenivas3933 4 жыл бұрын
How to use this in production level...
@vishaladhithya1553
@vishaladhithya1553 4 жыл бұрын
did you use this notification package or other if you made any other things in your alarm app pls tell me that i am also making a alarm app
@anothernumber9753
@anothernumber9753 4 жыл бұрын
pro tip guys listen at .75 speed
@pradeepkumarreddykondreddy7048
@pradeepkumarreddykondreddy7048 3 жыл бұрын
dull explanation
@alilahmarkhalil8594
@alilahmarkhalil8594 4 жыл бұрын
stop SAYING OK it's so anoying !!!!!
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Sorry about that. Will keep in mind next time.
@alilahmarkhalil8594
@alilahmarkhalil8594 4 жыл бұрын
Mobile Programmer otherwise the vedio was very helpful ty so much keep it up subscribed
Learn to use Isolates in Flutter | Simplified
10:28
CodeX
Рет қаралды 36 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 212 М.
#Google Flutter - MVVM in Flutter using Providers.
34:34
Mobile Programmer
Рет қаралды 59 М.
Как я СТРОИЛ ОБОРОНУ - Thronefall
25:30
Obsidian Time
Рет қаралды 261 М.
I built a DeepSeek R1 powered VS Code extension…
7:02
Beyond Fireship
Рет қаралды 516 М.
How DeepSeek AI Helped Me Create Maps Effortlessly
9:49
GeoDelta Labs
Рет қаралды 858 М.
Smart Push Notifications with Flutter & FCM
11:10
Fireship
Рет қаралды 219 М.
Flutter Local Notifications - Exact & Scheduled Notifications Flutter
32:08