[flutter_local_notifications] - Updating the desugaring dependency to support JAVA 21 builds and cleanup on podfile#2533
Conversation
… podfile and ios files to the latest standards
|
Thanks for the PR. Could you split the PR into two separate ones? Putting that aside, happy to take changes to do with the example app on the iOS side but what exactly are you trying to fix on the Android side? I'm not aware of issues with Java 21. The issues I've seen to do with Java 21 and Flutter had been to do with AGP. I was able to build and run the example app locally without your changes. I also created a branch where the pipeline is made to use Java 21 and it compiles fine too. You can see the output at https://github.com/MaikuB/flutter_local_notifications/actions/runs/13212896584/job/36888650465 |
|
Will raise new seperate PRs. |
|
FYI I need to fix some issues with example app will be incorporating the example app updates on iOS side as part of this |
ps: I was working on enabling JAVA 21 as it is officially supported by flutter from the latest v3.27.3. so after making current changes build is getting compiled properly. and i also tested this same code in my old projects it is not breaking any old projects.
Type of Change