- Breaking change the following classes are now enums
AndroidNotificationCategoryAndroidServiceForegroundTypeAndroidServiceStartTypeAudioAttributesUsageDayInterruptionLevelLinuxNotificationCategoryLinuxNotificationUrgencyPriority
- [iOS][macOS] fixed issue 1950 where plugin would crash when calling
zonedSchedule()with a date/time value that is exactly when daylight savings occurs and the APIs from Apple weren't able to resolve what the actual date/time is meant to be - [Android] updated
AndroidServiceForegroundTypevalues to align with new additions that are part of Android 14. Thanks to the PR from Rexios - Aligned Dart SDK constraint with minimum Flutter version (i.e. 3.0)
- Bumped
mockitodev dependency