You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flutter Public Announcements (flutter-announce)
We are pleased to announce the release of Flutter 3.10.6 to the stable channel; This hotfix release addresses the following issues:
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 `is` or `as` expressions 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.
In order to get the latest, run ‘flutter upgrade’.