flet icon indicating copy to clipboard operation
flet copied to clipboard

Notifications

Open Vivekananda-Mullangi opened this issue 2 years ago • 19 comments

Please Describe The Problem To Be Solved

I want a way to send notifications to the user for example when the app is minimized.

Vivekananda-Mullangi avatar Oct 24 '22 17:10 Vivekananda-Mullangi

Some (possibly) useful links:

https://pub.dev/packages/flutter_local_notifications

https://pub.dev/packages/push

ndonkoHenri avatar Oct 24 '22 19:10 ndonkoHenri

somewhat related to #547

Zenahr avatar Nov 04 '22 05:11 Zenahr

Another package, but this one seems to promise all the same platforms as Flet: https://pub.dev/packages/awesome_notifications, but it seems to require firebase.

I think it may end up being the best to implement notifications yourself in a flutter app that loads flet (https://pub.dev/packages/flet), simply because of the complications caused by each platform, I'm not sure how maintainable and up-to-date an integrated flet solution will be

adampiskorski avatar Nov 30 '22 14:11 adampiskorski

Article: https://medium.com/@ndonkohenri/sending-desktop-notifications-in-python-flet-97f0834f993d

Repo: https://github.com/ndonkoHenri/Python-Desktop-Notifications

Hope it helps while waiting for a native solution.

ndonkoHenri avatar Jun 01 '23 22:06 ndonkoHenri

Article: https://medium.com/@ndonkohenri/sending-desktop-notifications-in-python-flet-97f0834f993d

Repo: https://github.com/ndonkoHenri/Python-Desktop-Notifications

Hope it helps while waiting for a native solution.

I have come across these links in some Google searches, plyer is a good candidate to solve the problem, what is not clear is how to integrate it with flet. In the test I did, at the moment I execute the notification, the application is closed on the Android emulator.

arthurbarros avatar Mar 08 '24 13:03 arthurbarros

me too

akunzz avatar Mar 14 '24 08:03 akunzz

Some (possibly) useful links:

https://pub.dev/packages/flutter_local_notifications

https://pub.dev/packages/push

How can I add this package to my python project?

akunzz avatar Mar 15 '24 23:03 akunzz

hey, @ndonkoHenri

now that we have the ability to use flutter packages in flet,

we can make a control using any of the flutter packages to send notification.

Please add this to the roadmap.

Vivekananda-Mullangi avatar Apr 21 '24 08:04 Vivekananda-Mullangi

Why close the issue ?

Will add to roadmap.

ndonkoHenri avatar Apr 21 '24 09:04 ndonkoHenri

Why close the issue ?

sorry, didn't see that i was closing the issue😅

Vivekananda-Mullangi avatar Apr 21 '24 09:04 Vivekananda-Mullangi