Flutter Tutorial - Local Push Notifications 1/2 | Android & iOS

Flutter Tutorial - Local Push Notifications 1/2 | Android & iOS

HeyFlutter․com

3 года назад

131,599 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@prabinbhattarai2058
@prabinbhattarai2058 - 08.02.2024 16:13

During scheduling the notifications daily notification did not arrive on present day.From the next day only notification arrive why?

Ответить
@derschmeidt2224
@derschmeidt2224 - 06.02.2024 18:41

Very good video! Thanks! Just one question: Is there a limit if I set daily notifications following your tutorial. I've read about a limit of 64 notifications for scheduled notifications. Thanks.

Ответить
@omarmaamoun9457
@omarmaamoun9457 - 22.01.2024 18:14

can send notification when app is closed

Ответить
@revaldoputra7000
@revaldoputra7000 - 23.11.2023 09:51

wht this

Field '_local@398310200' has not been initialized.

Ответить
@mohamedalmir3400
@mohamedalmir3400 - 10.11.2023 09:51

Thanks for the help man, but the access for the source code is impossible :c

Ответить
@clairehausman
@clairehausman - 23.10.2023 22:05

Before I put the timezone package,when I run the app it´s giving me an error of versions. Has anyone experienced this problem?

Ответить
@clairehausman
@clairehausman - 23.10.2023 20:05

I didin't find the screen that he clicked to copy the code on ios swift. Can someone send the link?

Ответить
@CameronGeller
@CameronGeller - 09.09.2023 21:27

I'll be blocking this channel from showing up in my search results because wtf.
The people that lock their code behind paywalls usually type it from scratch so people can follow. Having source code then is just an extra privilege.

BUT you're just copying/pasting stuff and even then, not everything is being shown.

Ответить
@sheharyar9461
@sheharyar9461 - 05.09.2023 17:58

Seriously?! I came here to learn, not to play games. This source code link is a maze of paywalls and sharing demands. It's outrageous! I wasted precious time trying to access a tiny bit of code. My code wasn't working, so I just wanted to see everything in detail from head to foot. Come on, folks, let's not support this nonsense. Learning should be accessible to everyone. Shame

Ответить
@seetheworld3839
@seetheworld3839 - 22.07.2023 11:12

Hey johannes i would like to ask u what to do to navigate to different screens based on the data which i am sending from postman using fcm api can u guide me?

Ответить
@yuriynovikov299
@yuriynovikov299 - 26.06.2023 13:52

This guy is a stingy idiot. He asks for money to access the source code.

Ответить
@_CSE_PRATHISWARANGR
@_CSE_PRATHISWARANGR - 28.05.2023 17:17

Simple notification is not working

Ответить
@user-hu4qe6sd5l
@user-hu4qe6sd5l - 08.05.2023 22:48

wonderful as usal

Ответить
@christo_nimal291
@christo_nimal291 - 29.04.2023 20:06

10.23 i noticed something when u called the _showScheduledNotification method in the initState u just give the normal timestamp right....instead of doing that we can make it optional parameter right?

Ответить
@vanRules92
@vanRules92 - 26.04.2023 10:39

thank you for your amazing video, im also following the official docummentation from the local notifcation package however my weekly notifications are not showing when the app is in the background or the app screen is locked, any idea why this might be happening? I have a samsung devide

Ответить
@davidsturm2823
@davidsturm2823 - 28.02.2023 15:53

Is it possible to schedule a weekly scheduled notification for Tuesday and Friday for example? Does not seem to work for me like you show in the video, only the first notification is firing :/

Ответить
@reardelt
@reardelt - 22.02.2023 12:25

Hi - When I put the 4 positional arguments for AndroidNotificationDetails, it says too many positional arguments inputted. It seems it won't accept the channel_description. Where am I going wrong here?

Ответить
@tonystark9298
@tonystark9298 - 20.02.2023 09:16

code not working please provide latest code

Ответить
@hashankannangara8723
@hashankannangara8723 - 09.02.2023 09:54

Is there any way to open specific screen after tapped on a scheduled notification, when app is terminated (removed from background) ?

Ответить
@hizbamehwish8463
@hizbamehwish8463 - 03.02.2023 13:11

Is it work when app is closed??

Ответить
@hashankannangara5812
@hashankannangara5812 - 01.02.2023 14:55

why we can not use Streams instead of RxDart ?

Ответить
@LuxyX
@LuxyX - 10.01.2023 20:33

How do I make my app to send a notification every hour?

Ответить
@JoBj89
@JoBj89 - 10.01.2023 17:36

I saw a lot of your video, that helped me! But this one seems out of date. "onSelectNotification" does not exist anymore, and "IOSNotificationDetails" it is been replaced with "DarwinNotificationDetails". This time I cannot continue the tutorial

Ответить
@s-jobs
@s-jobs - 06.01.2023 02:43

I did what you gave us until the second minute but it doesn't work ! You haven't showed us every thing that it should have be done !

Ответить
@fahadmustafa650
@fahadmustafa650 - 21.12.2022 09:14

thank you man for saving my life

Ответить
@aravind2339
@aravind2339 - 15.12.2022 15:29

I have followed your video for creating scheduled notification but am not getting any notification, is this implementation still working ?

Ответить
@alisengul35
@alisengul35 - 12.12.2022 12:29

how to update scheduled notification with flutter native notification ?

Ответить
@hafiztouseef6184
@hafiztouseef6184 - 07.12.2022 13:17

Can you please remake this video with some changes

Ответить
@takirajani2693
@takirajani2693 - 03.12.2022 08:42

sir, i am making one app which is related to post app, so when a user add post in that app, then notify to all user. Which notification is use? any tutorial?

Ответить
@zaydc7316
@zaydc7316 - 18.11.2022 14:59

thank you! I was rushing too much whilst watching the video, and wondered why it didn't work until I watched the whole video again and realised I needed the 2 timezone packages installed too! Lesson learnt. Again thank you!

Ответить
@ehabt-4835
@ehabt-4835 - 08.11.2022 11:34

Important note: The 'IOS' prefix keyword has been replaced by 'Darwin' keyword. IOSInitializationSettings and IOSNotificationDetails are now DarwinNotificationDetails and DarwinInitializationSettings

Ответить
@mahmood466
@mahmood466 - 30.10.2022 21:54

Great explanatory video! But there are some changes to the packages, so if you replace the video with a new one, that would be awesome!

Ответить
@balazsszelig4840
@balazsszelig4840 - 27.10.2022 18:16

Thank you! You saved my new app!

Ответить
@aleenakhanshamir3986
@aleenakhanshamir3986 - 26.10.2022 08:28

When i click the schedulenotification my app is terminated how can resolve this error

Ответить
@wilfredomartel7781
@wilfredomartel7781 - 26.10.2022 05:00

Nice work!

Ответить
@sherifelsharbatly9177
@sherifelsharbatly9177 - 26.10.2022 01:53

Thx for the great video but i have a problem
local notification sometimes doesn't work

Ответить
@yemenswift7117
@yemenswift7117 - 21.10.2022 23:07

Thanks Mr.Johannes

please update this video and explane latest version of flutter_local_notifications: ^12.0.2

because we faced many problems.

Ответить
@peacefulmeditation9128
@peacefulmeditation9128 - 18.10.2022 16:49

I want learn how the user would be able to schedule their own notifications, like for a to do app. Or to be able to select a timeframe in which they’ll randomly be reminded of the things they need to do? Do you have any tutorials on that? If not could you make one?

Ответить
@mehmetsahin6521
@mehmetsahin6521 - 21.09.2022 01:57

onSelectNotification callback function rewoked.

Ответить
@mrxcs
@mrxcs - 16.09.2022 02:36

It's incredible, but your tutorials never work.

Ответить
@binayachauhan52
@binayachauhan52 - 07.09.2022 20:44

i am not getting sound when using notification help.

Ответить
@ahmadashraf7701
@ahmadashraf7701 - 07.09.2022 13:35

hello Johannes Milke, what if i want Send a notification every day until a specific day,

that doesn't work for me

Ответить
@ArshadKhan-kp8hw
@ArshadKhan-kp8hw - 05.09.2022 16:19

It's amazing Sir, but I have a problem.
in the daily schedule, you have set the time.
" _notification.zonedSchedule(
id,
title,
body,
_scheduleDailt(const Time(14,10)),
await _notificationDetails(),
payload: playload,
androidAllowWhileIdle: true,
uiLocalNotificationDateInterpretation: UILocalNotificationDateInterpretation.absoluteTime,
matchDateTimeComponents: DateTimeComponents.time,
); "

so then on clicking there is the same schedule duration of 12 sec.
" NotificationApi.showDailyScheduleNotification(
title: "Dinner Time",
body: "Today At 9",
playload: "dinner_9",
scheduledDate: DateTime.now().add(const Duration(seconds: 12))
); "
so I am confused about that, kindly clear the problem.

Ответить
@papamatarfall8991
@papamatarfall8991 - 30.08.2022 18:19

i can't get the code source help me please

Ответить
@user-vr9qb5rj4j
@user-vr9qb5rj4j - 17.08.2022 13:50

As always, your videos are super helpful. Thanks!

Ответить
@reemaahuja8397
@reemaahuja8397 - 17.08.2022 07:16

How to run background periodic task in ios flutter.
As it is not possible through work manager as stated in documentation and background_fetch will stop working when the app is terminated.
Is there any other way to schedule bg task on specific intervals in IOS.

Ответить
@TheKingOfChemist
@TheKingOfChemist - 11.08.2022 10:29

He is not sharing his source code and asking money for it.

Ответить
@templetonmeshack2816
@templetonmeshack2816 - 29.07.2022 16:56

Hi.
Please make a video like instagram push notification from one phone to other phones.
Dont send messages from cloud server but a phone to another phone using firebase

Ответить