Update Jul 28, 2026 tracked by Updatify
3.10.6
- flutter/129161 - Fix regression in the GestureRecognizers used by the TextField where it would not fire the onTapDown or onTapUp callbacks which made selection not work
- flutter/130084 - Using canvas.drawPicture where the nested picture fails to restore clips established in the child picture and makes content disappear.
- dart/52767 - Fixes a flow in flow analysis that causes it to sometimes ignore destructuring assignments.
-
dart/52869 - Fixes an infinite loop in some web development compiles that include
isorasexpressions involving record types with named fields. - dart/52791 - Fixes a memory leak in Dart analyzer’s file-watching.
- dart/52793 - Fixes a memory leak of file system watcher related data structures.