Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flutter_local_notifications-v19.2.1 source code.tar.gz | 2025-05-18 | 4.9 MB | |
flutter_local_notifications-v19.2.1 source code.zip | 2025-05-18 | 5.1 MB | |
README.md | 2025-05-18 | 550 Bytes | |
Totals: 3 Items | 9.9 MB | 0 |
- [macOS] removed redundant code that was only applicable on macOS versions lower than 10.14. This should be a non-functional change since 18.0.0 bumped the minimum Flutter SDK requirements that in turn required macOS 10.14 at a minimum. Thanks to the PR from Blin Qipa
- [Android] bumped robolectric dependency. This fixes an issue where some users reported receiving instances of
java.lang.NoClassDefFoundError
around the plugin's Android unit tests. Thanks to the PR from Turtlepaw