stuartmorgan-g
stuartmorgan-g
No, it's unblocked now and needs to be updated to the new wrapper generator. @bparrishMines is planning on doing that, but has been on higher priority work. It should be...
What incentive would anyone have to affirmatively pass this flag? It doesn't seem like there's much if any direct benefit here, so I wouldn't expect this to be something that...
> With a little more infrastructure, it would also be possible to support callbacks that return results, but these are even rarer in Apple APIs, so we'll wait until we...
> without additional annotations, every Java object can be nullable and the resulting code will be full of null-checks From what I've seen in our own plugin development, annotating the...
> Kotlin treats it as `JString`, but of course this is not a given, as in a code without any annotations, `T` and `T?` are the same. Does it treat...
> I dont think there is an automated way. Agreed, I think any mass update here will have to be manual, or a bespoke script. Something we could consider if...
FYI if you go with 1, a couple of tips: - Make sure you are on `stable` (not `master`) when you do it, as we don't guarantee backward compatibility of...
> **My main question**: is [this comment](https://github.com/flutter/flutter/issues/145789#issuecomment-2032968578) still true? That comment is still currently true: - We explicitly set the Java version to [1.]8 in all of our plugins -...
> I don't need Java 21, so setting it to the location of Java 17 with the above command worked. Note that these warnings are harmless; unless a project is...
> We test/document the support between AGP/Java/Gradle here https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/general.shard/android/gradle_utils_test.dart Thanks! So if I'm reading that and the AGP docs correctly, [AGP 7.0](https://developer.android.com/build/releases/past-releases/agp-7-0-0-release-notes) is when JDK 11 becomes the minimum, so...