flutter_local_notifications_web 1.0.0-dev.1
flutter_local_notifications_web: ^1.0.0-dev.1 copied to clipboard
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