- Breaking change bumped minimum Flutter SDK requirement to 3.19.0 and Dart SDK requirement to 3.3.0
- Breaking change [iOS] removed
uiLocalNotificationDateInterpretationparameter fromzonedSchedule()method. This was done as it actually no relevant as of the 18.0.0 that dropped support for iOS versions older than 10, which in turn meant that the deprecatedUILocalNotificationAPIs from Apple were no longer used. The correspondingUILocalNotificationDateInterpretationenum has already been removed as well - [Windows] Added support for Windows. Thanks to the PR from Levi Lesches
- Bumped
timezonedependency so that minimum version is now 0.10.0