- Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0. Consequently the minimum OS requirements for each platform has been updated as well
- [Android] minimum Android version is now 7.0 (API level 24)
- [iOS] minimum iOS version is now 13
- [macOS] minimum macOS version is now 10.15
- Bumped
timezonedependency - [Android] Breaking change bumped
compileSdkto 36 and updated readme to mention this - [Android] bumped Android Gradle Plugin (AGP) to 8.11.1
- Migrated example app to
UIScenelifecycle - Updated readme to specify changes needed for applications that have migrated to
UIScenelifecycle - Updated iOS-specific setup around registering
UNUserNotificationCenterDelegateto remove redundantavailablecheck and to be more specific that it should be done in theapplication:didFinishLaunchingWithOptions:method - Bumped
flutter_timezonedependency in example app