You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS is ok, but on macOS, if the matchDateTimeComponents is set to dayOfMonthAndTime or dateAndTime, app will crash, but dayOfWeekAndTime is ok. The error message is:
flutter_local_notifications/FlutterLocalNotificationsPlugin.swift:413: Fatal error: Unexpectedly found nil while unwrapping an Optional value
version: 9.6
macOS: 12.4
The text was updated successfully, but these errors were encountered:
On iOS is ok, but on macOS, if the
matchDateTimeComponents
is set todayOfMonthAndTime
ordateAndTime
, app will crash, butdayOfWeekAndTime
is ok. The error message is:version: 9.6
macOS: 12.4
The text was updated successfully, but these errors were encountered: