flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.47k stars 447 forks source link

`Notification` control #4393

Open theN1C1 opened 3 hours ago

theN1C1 commented 3 hours ago

Duplicate Check

Describe the requested feature

Add the ability to send notifications on android, ios, windows, linux.

Suggest a solution

https://pub.dev/packages/flutter_local_notifications

A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.

Screenshots

android_notification ios_notification

Additional details

You can also move notifications from the plyer lib

Muddassir-Farooq-official commented 2 hours ago

Also need this