Skip to content

v1.6.118

Choose a tag to compare

@nickshorebird nickshorebird released this 18 Aug 19:13
  • 馃惁 Flutter 3.47.0 / Dart 3.13.0 support
    • 馃挜 Android: Gradle 8.14, AGP 8.11.1 and Kotlin 2.2.20 are now required,
      not recommended. Builds that previously warned will now fail. Java 17
      remains the minimum, unchanged. Pass
      -- --android-skip-build-dependency-validation to bypass temporarily.
  • 馃搲 Better patch link percentages, with the largest gains on obfuscated
    builds and on patches that shift dynamic dispatch.
  • 馃敡 Updater (rolled into the Flutter 3.47 engine):
    • Mark a patch bad and fall forward to the next one when it fails to load,
      instead of silently running base code and retrying it every launch.
  • 馃悰 Link failures now name the checks that actually ran (Dart SDK version,
    build features) instead of the stale --dart-define/--obfuscate hint.