Skip to content

Flutter 3.44.1 tvOS Engine Artifacts

Choose a tag to compare

@MAUstaoglu MAUstaoglu released this 05 Jun 17:46
a5f9aa9

tvOS engine artifacts for Flutter 3.44.1 (Dart 3.12.1). Built from flutter/flutter@924134a with tvOS patches.

Notable changes since 3.44.0:

  • Impeller Metal shaders are now compiled tvOS-native (appletvos SDK) and embedded directly in Flutter.framework — removes the per-app MetalLibInterposer workaround.
  • Fixed an Impeller StrokedCircle DCHECK abort (debug builds) when the stroke half-width >= radius (e.g. the widget inspector outlining small circular elements).