flet
flet copied to clipboard
Notifications
Please Describe The Problem To Be Solved
I want a way to send notifications to the user for example when the app is minimized.
Some (possibly) useful links:
https://pub.dev/packages/flutter_local_notifications
https://pub.dev/packages/push
somewhat related to #547
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
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.
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.
me too
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?
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.
Why close the issue ?
Will add to roadmap.
Why close the issue ?
sorry, didn't see that i was closing the issue😅