flutter_local_notifications
flutter_local_notifications copied to clipboard
Update FlutterLocalNotificationsPlugin.swift
We had a null operator problem and it has been done. Please merge it
It sounds like you might be trying to use the plugin without initializing it. Initializing the plugin fills in the values in UserDefaults so they cannot be null afterwards.
I checked, it seams initialized but it happens only MacOS.
Are you able to provide steps on how to reproduce the issue that this PR solves? Looks odd as mentioned by @putnokiabel where initialising should've prevented this being null
Closing due to lack of further response with info on how to reproduce