MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.47k stars 1.4k forks source link

[flutter_local_notifications] Add docs that desugaring is required for Android less than SDK 26 #2270

Closed amrgetment closed 8 months ago

amrgetment commented 8 months ago

Add docs that the desugaring step is required for Android less than Android 8 SDK 26 so the users can use Gradle 8 without any issues and new Java versions

Android 8 is used by 93% https://www.composables.com/tools/distribution-chart image

amrgetment commented 8 months ago

still it is required by the library to use desugaring even if I don't need it