flutter_local_notifications_web 1.0.0-dev.1 copy "flutter_local_notifications_web: ^1.0.0-dev.1" to clipboard
flutter_local_notifications_web: ^1.0.0-dev.1 copied to clipboard

Platformweb

Web implementation of the flutter_local_notifications plugin

1.0.0-dev.1 #

  • Initial web platform implementation with support for:
    • Immediate notifications
    • Scheduled notifications
    • Periodic notifications
    • Notification actions
    • Foreground callbacks (onDidReceiveNotificationResponse)
    • Launch details support
    • Service worker integration for background handling
  • Thanks to Levi Lesches for the initial implementation and Gaurav for completing the feature