flutter_local_notifications_web 1.0.0-dev.2
flutter_local_notifications_web: ^1.0.0-dev.2 copied to clipboard
Web implementation of the flutter_local_notifications plugin
1.0.0-dev.2 #
- Breaking change renamed the
detailsparameter associated with theshow()method tonotificationDetails. This was done to be consistent with other APIs across all of the platforms - Breaking changes removed the
hasPermissionandisPermissionDeniedboolean properties associated with theWebFlutterLocalNotificationsPluginclass. This was done to simplify the plugin as thepermissionStatusproperty already exists and can be used - Fixed an issue where
isSupportedproperty in theWebFlutterLocalNotificationsPluginwas not exposed - Updated the readme to reference the web-specific APIs from this plugin instead of the APIs in the cross-platform 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