I need to show a notification on flutter web receiving from an MQQT broker , while chrome is minimized or is on the other tabs .( like Local Notification in android or ios )
Asked
Active
Viewed 1,071 times
1 Answers
0
This package supports notifications for most platforms including the web too.
Check this out https://pub.dev/packages/awesome_notifications

MANISH DAYMA
- 1,126
- 3
- 18
-
5There is no support for flutter web yet. It supports only android and ios. – Keezy Silencer Nov 14 '22 at 10:56