Notas de la versión de Flutter 3.7.0
Notas de la versión para Flutter 3.7.0.
Esta página contiene las notas de la versión para 3.7.0. Para obtener información sobre las publicaciones posteriores de corrección de errores, consulta nuestro CHANGELOG.
Qué ha cambiado
#En esta versión ocurrieron los siguientes cambios:
Framework
#- Añadir un matcher para Matrix4 que incluya épsilon por @jonahwilliams en https://github.com/flutter/flutter/pull/107326
- Exponer la duración y la curva para la animación del tema en MaterialApp. por @darrenaustin en https://github.com/flutter/flutter/pull/107383
- Los BottomSheet persistentes no se pueden descartar a través de a11y por @goderbauer en https://github.com/flutter/flutter/pull/107435
- [framework] SliverDecoration por @jonahwilliams en https://github.com/flutter/flutter/pull/107269
- Actualizar los docs de
PopupRoutey añadir un ejemplo por @TahaTesser en https://github.com/flutter/flutter/pull/106948 - Añadir un parámetro snapAnimationDuration en DraggableScrollableSheet por @hangyujin en https://github.com/flutter/flutter/pull/107396
- Re-fusionar "Corregida la cadena de AnimatedSwitcher que producía duplicados" tras solucionar problemas con g3 por @youssef-attia en https://github.com/flutter/flutter/pull/107476
- updateEditingValueWithDeltas debería fallar ruidosamente cuando TextRange sea inválido por @Renzo-Olivares en https://github.com/flutter/flutter/pull/107426
- [PopupMenu]: Añadir
ClipBehavioral menú por @TahaTesser en https://github.com/flutter/flutter/pull/107466 - Actualizar los docs de
ListTiley de los Widget basados enListTilepara el uso de Material por @TahaTesser en https://github.com/flutter/flutter/pull/107104 - Actualizar los docs de
ListTilepara problemas de animación de color y añadir un ejemplo por @TahaTesser en https://github.com/flutter/flutter/pull/106955 - Revertir "[framework] SliverDecoration" por @jonahwilliams en https://github.com/flutter/flutter/pull/107561
- corregir la comprobación null safe en RenderIndexedStack por @christopherfujino en https://github.com/flutter/flutter/pull/107581
- [Keyboard, iOS] Generar el mapeo de teclas especiales de iOS por @dkwingsmt en https://github.com/flutter/flutter/pull/106909
- Corregir márgenes de la barra de desplazamiento (scrollbar) por @Piinks en https://github.com/flutter/flutter/pull/107172
- [flutter_driver] soportar acción de envío de entrada de texto por @nploi en https://github.com/flutter/flutter/pull/106561
- Añadir un ejemplo para
AppBar.notificationPredicatepor @TahaTesser en https://github.com/flutter/flutter/pull/106018 - Añadir un ejemplo interactivo para
Overlaypor @TahaTesser en https://github.com/flutter/flutter/pull/107531 DropdownButton: Corregir la alineación de la pista (hint) cuandoselectedItemBuilderno es nulo. por @TahaTesser en https://github.com/flutter/flutter/pull/106731- Corregir que arrastrar mientras la barra de herramientas de selección de texto está visible no la oculte por @TahaTesser en https://github.com/flutter/flutter/pull/106878
- Eliminar signos de exclamación por @LongCatIsLooong en https://github.com/flutter/flutter/pull/107683
- Permitir el cambio de padre (reparenting) de claves entre slots en
SlottedMultiChildRenderObjectWidgetMixinpor @LongCatIsLooong en https://github.com/flutter/flutter/pull/106977 - Corregir el
setStatedeScaffolddurante el framework bloqueado debido al drawer abierto por @markusaksli-nc en https://github.com/flutter/flutter/pull/107173 - habilitar combinators_ordering por @a14n en https://github.com/flutter/flutter/pull/107847
- PointerEvent aserta tipos de dispositivos por @dkwingsmt en https://github.com/flutter/flutter/pull/105987
- No copiar la selección previa al aplicar la localización a las fechas en InputDatePickerFormField por @jason-simmons en https://github.com/flutter/flutter/pull/107268
- Exponer padding en RawScrollbar por @Piinks en https://github.com/flutter/flutter/pull/107756
- Actualizar la documentación del parámetro
colordeIconButton. por @ValentinVignal en https://github.com/flutter/flutter/pull/107819 - Hacer que el cursor ya no parpadee al moverse, al igual que el efecto de la plataforma iOS. por @talisk en https://github.com/flutter/flutter/pull/107221
- Añadir SafeArea para NavigationRail por @QuncCccccc en https://github.com/flutter/flutter/pull/107605
- Error en los docs:
CustomPainten lugar deCustomPainterpor @0xba1 en https://github.com/flutter/flutter/pull/107836 - Corrección de texto a gran escala en la altura del dropdown por @foongsq en https://github.com/flutter/flutter/pull/107201
- [Keyboard] Hacer que CharacterActivator soporte los modificadores Ctrl y Meta, y repeticiones por @dkwingsmt en https://github.com/flutter/flutter/pull/107195
- Añadir transitionOnUserGestures a true en SnackBar para el deslizamiento hacia atrás por @letsar en https://github.com/flutter/flutter/pull/106638
- Corrección del selector de fecha de Cupertino para minDate, maxDate cuando se usa minuteInterval por @NikosTsesmelis en https://github.com/flutter/flutter/pull/105958
- Implementar
CupertinoListSectionyCupertinoListTilepor @campovski en https://github.com/flutter/flutter/pull/78732 - Añadir el parámetro
useSafeAreaashowModalBottomSheetpor @bleroux en https://github.com/flutter/flutter/pull/107140 - Añadir soporte para relleno, peso, grado y tamaño óptico a
Iconpor @guidezpl en https://github.com/flutter/flutter/pull/106896 - Usar mapa de hash persistente para almacenar _inheritedWidgets por @mraleph en https://github.com/flutter/flutter/pull/107068
- Permitir la configuración de TestWidgetsFlutterBinding.pointerEventSource por @HelioStrike en https://github.com/flutter/flutter/pull/107976
- Revertir "Permitir la configuración de TestWidgetsFlutterBinding.pointerEventSource" por @dnfield en https://github.com/flutter/flutter/pull/108038
- Añadir OvalBorder y BoxShape.oval por @bernaferrari en https://github.com/flutter/flutter/pull/103833
- Corregir que el tooltip por defecto de BottomNavigationBarItem sea el label por @bleroux en https://github.com/flutter/flutter/pull/107715
- Eventos de puntero: Permitir eventos hover desde el trackpad por @dkwingsmt en https://github.com/flutter/flutter/pull/108116
- Cancelación de inercia de desplazamiento [framework] por @moffatman en https://github.com/flutter/flutter/pull/106891
- Añadir el parámetro supportedDevices a GestureDetector por @moffatman en https://github.com/flutter/flutter/pull/107312
- [flutter_tool] Compilar shaders como .iplr y usar FragmentProgram.fromAsset para ink_sparkle por @zanderso en https://github.com/flutter/flutter/pull/108071
- Usar toPictureSync para una transición de página con zoom más rápida por @jonahwilliams en https://github.com/flutter/flutter/pull/106621
- Permitir eventos de cancelación de inercia del trackpad por @moffatman en https://github.com/flutter/flutter/pull/108190
- corregir que no se invoque GestureDetector.onDoubleTapDown por @pedromassango en https://github.com/flutter/flutter/pull/108056
- [web] definir la variable $flutterDriverResult temprano en la inicialización de la prueba del driver por @yjbanov en https://github.com/flutter/flutter/pull/107337
- Añadir un flag opcional para determinar el nivel de asertividad en el anuncio aria para flutter web por @nbayati en https://github.com/flutter/flutter/pull/107568
- Corrige problema con el restablecimiento de sheet al reconstruir por @caseycrogers en https://github.com/flutter/flutter/pull/107876
- Revertir "Añadir un flag opcional para determinar el nivel de asertividad en el anuncio aria para flutter web" por @CaseyHillers en https://github.com/flutter/flutter/pull/108262
- flutter update-packages --force-upgrade + corrección de analyzer por @goderbauer en https://github.com/flutter/flutter/pull/108198
- Migrar InputDecorator a Material 3 por @hangyujin en https://github.com/flutter/flutter/pull/107943
- Se añadió el parámetro iconSize en ButtonStyle por @QuncCccccc en https://github.com/flutter/flutter/pull/108268
- Explicar el protocolo de "parcheado" en
KeyMessageManager.keyMessageHandlery añadir un ejemplo por @dkwingsmt en https://github.com/flutter/flutter/pull/105280 - Hacer dispose de los drawers del scaffold. por @polina-c en https://github.com/flutter/flutter/pull/108234
- Hacer dispose de _TextSpanEditingController. por @polina-c en https://github.com/flutter/flutter/pull/108228
- Hacer dispose de los painters por @polina-c en https://github.com/flutter/flutter/pull/108233
- Hacer dispose de widgets para detener fugas. por @polina-c en https://github.com/flutter/flutter/pull/108193
- Hacer dispose de KeepAliveHandle. por @polina-c en https://github.com/flutter/flutter/pull/108227
- Actualizar los docs sobre ChangeNotifier.dispose y KeepAliveHandle.release por @dnfield en https://github.com/flutter/flutter/pull/108384
- Modificar dataMap para incluir asertividad solo si no está establecido en polite por @nbayati en https://github.com/flutter/flutter/pull/108396
- [flutter_tools] añadir soporte en la herramienta para Hot Reload de shaders por @jonahwilliams en https://github.com/flutter/flutter/pull/107963
- Se eliminaron las referencias a los parámetros deprecados de styleFrom. por @darrenaustin en https://github.com/flutter/flutter/pull/108401
- Añadir el método RenderRepaintBoundary.toImageSync() por @tgucio en https://github.com/flutter/flutter/pull/108280
- No fallar al eliminar SelectableText durante el arrastre de manejo por @xu-baolin en https://github.com/flutter/flutter/pull/108369
- Usar FragmentProgram.fromAssetAsync por @zanderso en https://github.com/flutter/flutter/pull/108415
- FloatingActionButton: añadir cursor de mouse personalizable por tema por @jpnurmi en https://github.com/flutter/flutter/pull/103473
- Se añadió una aclaración sobre scrollBehaviour en BoxScroll y ListView por @snat-s en https://github.com/flutter/flutter/pull/107738
- Optimizar el closure en input_decorator_theme por @hangyujin en https://github.com/flutter/flutter/pull/108379
- Sugerir formateador basado en predicados en los docs de [FilteringTextInputFormatter] para coincidencia de cadena completa por @LongCatIsLooong en https://github.com/flutter/flutter/pull/107848
- Simplificar mark needs build por @goderbauer en https://github.com/flutter/flutter/pull/108383
- N-ésima parte de la transición asíncrona de FragmentProgram.fromAsset por @zanderso en https://github.com/flutter/flutter/pull/108473
- Añadir StarBorder y StarBorder.polygon, con ejemplo. por @gspencergoog en https://github.com/flutter/flutter/pull/108489
- corregir un error de actualización del padding del indicador de pestañas por @xu-baolin en https://github.com/flutter/flutter/pull/108287
- Corrige un problema de UserScrollNotification en NestedScrollView por @xu-baolin en https://github.com/flutter/flutter/pull/107632
- Migrar TextField a Material 3 por @hangyujin en https://github.com/flutter/flutter/pull/108366
- Cambiar el valor predeterminado de
effectiveInactivePressedOverlayColoren Switch para hacer referencia aeffectiveInactiveThumbColorpor @QuncCccccc en https://github.com/flutter/flutter/pull/108477 - Proteger contra el uso después de callbacks asíncronos en RenderAndroidView, desregistrar listener por @dnfield en https://github.com/flutter/flutter/pull/108496
- desactivar nueva transición mientras se corrige toPictureSync por @jonahwilliams en https://github.com/flutter/flutter/pull/108565
- Marcar NavigationBar como no-const para coincidir con la realidad por @goderbauer en https://github.com/flutter/flutter/pull/108562
- Añadir shadowColor y surfaceTintColor a Dialog y DialogTheme. por @darrenaustin en https://github.com/flutter/flutter/pull/108405
- Actualizar ejemplos de Chips y renombrar archivos por @TahaTesser en https://github.com/flutter/flutter/pull/108538
- Reemplazar FocusTrap con TapRegionSurface por @gspencergoog en https://github.com/flutter/flutter/pull/107262
- "Seleccionar todo" desplaza automáticamente EditableText al final del campo de texto, lo cual no ocurre en iOS nativo por @antholeole en https://github.com/flutter/flutter/pull/105799
- Añadir onTapOutside a TextFormField por @gspencergoog en https://github.com/flutter/flutter/pull/108629
- Revertir "Añadir shadowColor y surfaceTintColor a Dialog y DialogTheme." por @CaseyHillers en https://github.com/flutter/flutter/pull/108621
- Corrección rápida de documentación para Sliver por @youssef-attia en https://github.com/flutter/flutter/pull/108633
- Mejorar el error de dumpSemanticsTree cuando semantics no está disponible por @goderbauer en https://github.com/flutter/flutter/pull/108574
- Actualizar enlaces web para autofill por @kevmoo en https://github.com/flutter/flutter/pull/108640
- Corregir línea de comentario de doc eliminada accidentalmente por @kevmoo en https://github.com/flutter/flutter/pull/108654
- [framework] crear animación a partir de value listenable por @jonahwilliams en https://github.com/flutter/flutter/pull/108644
- TextPainter lanza excepción con traza de pila para ayudar a rastrear lecturas previas a la maquetación por @LongCatIsLooong en https://github.com/flutter/flutter/pull/108571
- Sobrescribir el operador de igualdad de PlaceholderDimensions para evitar relayouts innecesarios de TextPainter por @tgucio en https://github.com/flutter/flutter/pull/108623
- Corregir lerp a círculo excéntrico. por @gspencergoog en https://github.com/flutter/flutter/pull/108743
- Corregir que ExpansionTile muestre el fondo de los hijos al expandirse por @bleroux en https://github.com/flutter/flutter/pull/107834
- Crear
containsSemanticspara permitir la coincidencia parcial de semantics en las pruebas. por @pdblasi-google en https://github.com/flutter/flutter/pull/108573 - [SelectionOverlay] Mover la sentencia de debug al alcance de la aserción. por @xu-baolin en https://github.com/flutter/flutter/pull/108508
- Loupe en Android + iOS por @antholeole en https://github.com/flutter/flutter/pull/107477
- Deprecar
toggleableActiveColorpor @TahaTesser en https://github.com/flutter/flutter/pull/97972 - Revertir "Corregir que ExpansionTile muestre el fondo de los hijos al expandirse" por @Piinks en https://github.com/flutter/flutter/pull/108844
- Actualizar docs para mostrar que ImageChunkEvent es un parámetro opcional por @parkershepherd en https://github.com/flutter/flutter/pull/108843
- Reaplicar "Añadir shadowColor y surfaceTintColor a Dialog y DialogTheme." por @darrenaustin en https://github.com/flutter/flutter/pull/108718
- [flutter_test] Añadir flag para enviar eventos de puntero de dispositivo al framework por @jiahaog en https://github.com/flutter/flutter/pull/108430
- Actualizar
equalsIgnoringHashCodespara recibir una lista de Strings por @gspencergoog en https://github.com/flutter/flutter/pull/108507 - [macOS] Usar intenciones de edición desde el engine por @knopp en https://github.com/flutter/flutter/pull/105407
- Se añadió
IconButtonThemey se aplicó aIconButtonen M3 por @QuncCccccc en https://github.com/flutter/flutter/pull/108332 - [flutter_test] rend: find.ancestor por @passsy en https://github.com/flutter/flutter/pull/108868
- Eliminar algunas omisiones (ignores) obsoletas del framework por @goderbauer en https://github.com/flutter/flutter/pull/108915
- Limpiar ScrollbarPainter por @Piinks en https://github.com/flutter/flutter/pull/107179
- Eliminar omisiones (ignores) obsoletas por @goderbauer en https://github.com/flutter/flutter/pull/108924
- Añadir más registros para diagnosticar intermitencias (flake) en Gold por @Piinks en https://github.com/flutter/flutter/pull/108930
- Actualizar el estilo de error del contador del campo de texto a material 3 por @hangyujin en https://github.com/flutter/flutter/pull/108704
- Corregir un problema por el cual la semántica en TextField no se actualiza al cambiar obscureText por @hangyujin en https://github.com/flutter/flutter/pull/108545
- No redefinir la función integrada de SkSL 'saturate' por @zanderso en https://github.com/flutter/flutter/pull/108946
- Se puede llamar a ChangeNotifier.hasListeners después de hacer dispose por @chunhtai en https://github.com/flutter/flutter/pull/108931
- Error tipográfico en la documentación para Restoration con didChangeDependencies por @Stitch-Taotao en https://github.com/flutter/flutter/pull/108659
- Aplicar
indexToItemIndexa los índices devueltos porfindChildIndexCallbackenSliverAnimatedListStatepor @otto-dev en https://github.com/flutter/flutter/pull/108710 - [Fonts] Actualizar íconos por @guidezpl en https://github.com/flutter/flutter/pull/108858
- Revertir "[Fonts] Actualizar íconos" por @zanderso en https://github.com/flutter/flutter/pull/109073
- Añadir colores
outlineVariantyscrimaColorSchemepor @guidezpl en https://github.com/flutter/flutter/pull/109071 - [flutter roll] Revertir "Reaplicar "Añadir shadowColor y surfaceTintColor a Dialog y Di… por @XilaiZhang en https://github.com/flutter/flutter/pull/109170
- Corregir selecciones de autocompletado por @gspencergoog en https://github.com/flutter/flutter/pull/109185
- Añadir soporte para tematización basada en variaciones de fuentes a
Iconpor @guidezpl en https://github.com/flutter/flutter/pull/109140 - Revertir "Añadir colores
outlineVariantyscrimaColorScheme" por @CaseyHillers en https://github.com/flutter/flutter/pull/109199 - Corregir que DraggableScrollableSheet y ListView tengan un desplazamiento diminuto de un píxel por @xu-baolin en https://github.com/flutter/flutter/pull/109081
- [framework] Animatable.fromCallback y fragmento de código por @jonahwilliams en https://github.com/flutter/flutter/pull/108661
- Reaplicar: "Añadir ejemplo y comentario de solución de problemas para
showSnackBar" por @bleroux en https://github.com/flutter/flutter/pull/105195 - Deprecar ThemeData.selectedRowColor por @Piinks en https://github.com/flutter/flutter/pull/109070
- Reaplicar: "Añadir colores
outlineVariantyscrimaColorScheme" por @guidezpl en https://github.com/flutter/flutter/pull/109203 - Reemplazar NavigatorObserver._navigator con un expando estático. por @stereotype441 en https://github.com/flutter/flutter/pull/109238
- Implementa el menú contextual del navegador en la región seleccionable por @chunhtai en https://github.com/flutter/flutter/pull/108909
- Revertir "desactivar nueva transición mientras se corrige toPictureSync" por @jonahwilliams en https://github.com/flutter/flutter/pull/109327
- Mover MagnifierBuilder, MagnifierOverlayInfoBearer desde text_selection.dart por @tgucio en https://github.com/flutter/flutter/pull/108956
- Limpieza de documentación de la API por @Hixie en https://github.com/flutter/flutter/pull/108500
- Cambiar el parámetro ClipboardStatusNofifier en buildToolbar a ValueLise… por @chunhtai en https://github.com/flutter/flutter/pull/108917
- Corregir el flujo de creación de vistas de plataforma de Android por @stuartmorgan en https://github.com/flutter/flutter/pull/109232
- Compendio de correcciones menores por @Hixie en https://github.com/flutter/flutter/pull/107874
- Revertir "Corregir el flujo de creación de vistas de plataforma de Android" por @CaseyHillers en https://github.com/flutter/flutter/pull/109389
- [framework] documentar el antipatrón de backdropfilter por @jonahwilliams en https://github.com/flutter/flutter/pull/109340
- Revertir "Cambiar el parámetro ClipboardStatusNofifier en buildToolbar a V…" por @CaseyHillers en https://github.com/flutter/flutter/pull/109388
- Establecer el valor predeterminado de
IconButton.visualDensityaVisualDensity.standardpor @QuncCccccc en https://github.com/flutter/flutter/pull/109349 - Se añadió documentación para las acciones de AppBar por @QuncCccccc en https://github.com/flutter/flutter/pull/109351
- Revertir "Establecer el valor predeterminado de
IconButton.visualDensityaVisualDensity.standard" por @QuncCccccc en https://github.com/flutter/flutter/pull/109421 - Reaplicar: Corregir el flujo de creación de vistas de plataforma de Android por @stuartmorgan en https://github.com/flutter/flutter/pull/109405
- Mantener manipulaciones de
dirtyprivadas para la clase baseElementpor @goderbauer en https://github.com/flutter/flutter/pull/109401 - Revertir "Mantener manipulaciones de
dirtyprivadas para la clase baseElement(#109401)" por @gspencergoog en https://github.com/flutter/flutter/pull/109481 - Un toque único en la selección previa debería alternar la barra de herramientas en iOS… por @Renzo-Olivares en https://github.com/flutter/flutter/pull/108913
- Añadir el callback onOpened a PopupMenuButton por @limonadev en https://github.com/flutter/flutter/pull/103753
- Reaplicar "Mantener manipulaciones de
dirtyprivadas para la clase baseElement(#109401)" por @goderbauer en https://github.com/flutter/flutter/pull/109562 - Refactorizar StrokeAlign para permitir valores double. por @bernaferrari en https://github.com/flutter/flutter/pull/108339
- Corregir que el manejador de selección de texto desaparezca al arrastrar a nuevas palabras por @xu-baolin en https://github.com/flutter/flutter/pull/108808
- Revertir "Refactorizar StrokeAlign para permitir valores double." por @CaseyHillers en https://github.com/flutter/flutter/pull/109591
- Corregir que el onTap de CupertinoListTile con retardo lance una excepción por @TahaTesser en https://github.com/flutter/flutter/pull/109038
- Pasar la propiedad fit a RenderIndexedStack por @maheshmnj en https://github.com/flutter/flutter/pull/109295
- Corregir que RenderEditable (TextField) ignore el offset al pintar, haciendo que las selecciones de texto se desplacen cuando el offset no es cero por @fzyzcjy en https://github.com/flutter/flutter/pull/109287
- Añadir corrector ortográfico (Spellcheck) a EditableText (Android) por @camsim99 en https://github.com/flutter/flutter/pull/109334
- Revertir "Añadir corrector ortográfico (Spellcheck) a EditableText (Android)" por @jonahwilliams en https://github.com/flutter/flutter/pull/109631
- Cambiar "Valores escalares de Unicode" a "Grapheme clusters de Unicode" en los docs de maxLength por @olof-dev en https://github.com/flutter/flutter/pull/106275
- Algunos cambios necesarios en PlatformMenuBar antes de que llegue el cambio de implementación de MenuBar. por @gspencergoog en https://github.com/flutter/flutter/pull/109556
- Scrollbar respeta la física de NeverScrollableScrollPhysics por @xu-baolin en https://github.com/flutter/flutter/pull/109609
- Corregir un error de conversión de tipos en text_input.dart por @LongCatIsLooong en https://github.com/flutter/flutter/pull/109635
- Reaplicar Añadir corrector ortográfico (Spell Check) a EditableText por @camsim99 en https://github.com/flutter/flutter/pull/109643
- [docs][FWW] Enlaces a DropdownButton, ScaffoldMessenger y StatefulBuilder por @craiglabenz en https://github.com/flutter/flutter/pull/100316
- Corregir la posición de centerTitle en AppBar con acciones. por @bernaferrari en https://github.com/flutter/flutter/pull/106256
- Mejorar el rendimiento de ShapeDecoration. por @bernaferrari en https://github.com/flutter/flutter/pull/108648
- 109638: framework_tests_misc en Windows es 2.06% inestable (flaky) por @pdblasi-google en https://github.com/flutter/flutter/pull/109640
- Algunos cambios misceláneos necesarios para la implementación de MenuBar. por @gspencergoog en https://github.com/flutter/flutter/pull/109555
- No desactivar la interacción del puntero durante el desplazamiento del trackpad por @moffatman en https://github.com/flutter/flutter/pull/106890
- Añadir un ejemplo de cómo ocultar la barra de desplazamiento por defecto en la plataforma de escritorio. por @TahaTesser en https://github.com/flutter/flutter/pull/108542
- Reaplicar: Establecer el valor predeterminado de IconButton.visualDensity a VisualDensity.standard por @QuncCccccc en https://github.com/flutter/flutter/pull/109432
- [Dismissible] Corregir un problema de pérdida de estado por @xu-baolin en https://github.com/flutter/flutter/pull/108971
- Reemplazar Container vacío con const SizedBox por @tgucio en https://github.com/flutter/flutter/pull/108672
- Actualizar animación balística y ClampingScrollSimulation por @Piinks en https://github.com/flutter/flutter/pull/107735
- Reaplicar "Refactorizar StrokeAlign para permitir valores double." (#109591) por @gspencergoog en https://github.com/flutter/flutter/pull/109805
- Añadir algunos registros para capturar inestabilidades (flake) por @goderbauer en https://github.com/flutter/flutter/pull/109887
- [framework] eliminar la restricción sobre la rasterización de la capa de textura por @jonahwilliams en https://github.com/flutter/flutter/pull/109900
- Revertir "Reaplicar "Refactorizar StrokeAlign para permitir valores double." (#109805)" por @gspencergoog en https://github.com/flutter/flutter/pull/109955
- Soportar iconColor, prefixIconColor y suffixIconColor de inputDecoration por @hangyujin en https://github.com/flutter/flutter/pull/109988
- Eliminar el FocusScopeNode en el navigator por @gspencergoog en https://github.com/flutter/flutter/pull/109702
- Deprecar los parámetros del tema de texto 2018 por @Piinks en https://github.com/flutter/flutter/pull/109817
- Corregido el tamaño del botón leading en la app bar por @QuncCccccc en https://github.com/flutter/flutter/pull/110043
- Documentar el valor tristate por @yaakovschectman en https://github.com/flutter/flutter/pull/110106
- Revertir "Corregido el tamaño del botón leading en la app bar" por @QuncCccccc en https://github.com/flutter/flutter/pull/110103
- Revertir "Reaplicar: Establecer el valor predeterminado de IconButton.visualDensity a VisualDensity.standard" por @QuncCccccc en https://github.com/flutter/flutter/pull/110119
- Corregir algunos errores tipográficos por @eggfly en https://github.com/flutter/flutter/pull/110077
- Corregir que
floatingActionButtonAnimatorno se actualice por @TahaTesser en https://github.com/flutter/flutter/pull/110067 - Añadir covariant a
ThemeExtension.lerppor @guidezpl en https://github.com/flutter/flutter/pull/105207 - usar super parámetros en el framework por @newtaDev en https://github.com/flutter/flutter/pull/103620
- Soporte para FilterQuality en FadeInImage por @FluentCoding en https://github.com/flutter/flutter/pull/110096
- [framework] simplificar widget raster, renombrar, combinar painters por @jonahwilliams en https://github.com/flutter/flutter/pull/109485
- Actualizar la cobertura de pruebas de contraste de accesibilidad por @ankur2136 en https://github.com/flutter/flutter/pull/109784
- Se añadió soporte para botones rellenos (filled) y rellenos tonales M3. por @darrenaustin en https://github.com/flutter/flutter/pull/107382
- Reaplicar "Refactorizar StrokeAlign para permitir valores double." (#108339) por @gspencergoog en https://github.com/flutter/flutter/pull/110234
- Corregir el flujo lógico de Image que deshace (disposes) su imagen demasiado pronto, causando errores tales como "Cannot clone a disposed image" por @fzyzcjy en https://github.com/flutter/flutter/pull/110131
- Reemplazar
_lerpPropertiesconMaterialStateProperty.lerpenbutton_style.dartpor @TahaTesser en https://github.com/flutter/flutter/pull/110323 - Se corrigieron algunos errores tipográficos en la doc sobre las deprecaciones de OutlinedButton y TextButton.styleFrom por @darrenaustin en https://github.com/flutter/flutter/pull/110308
- Revertir "Actualizar la cobertura de pruebas de contraste de accesibilidad" por @CaseyHillers en https://github.com/flutter/flutter/pull/110436
- [flutter_driver] hacer los mensajes de duración vacía más útiles por @jonahwilliams en https://github.com/flutter/flutter/pull/110441
- añadir valor secundario al slider de material por @akshdeep-singh en https://github.com/flutter/flutter/pull/109808
- Se añadió el callback onSelectionChange a SelectionRegion y SelectionArea por @chinmoy12c en https://github.com/flutter/flutter/pull/108985
- Corregir una excepción en los
StarBorders que se escalan a tamaños pequeños o infinitos por @gspencergoog en https://github.com/flutter/flutter/pull/110419 - Eliminar advertencias cuando
UnconstrainedBoxyConstraintsTransformBoxson recortados por @gspencergoog en https://github.com/flutter/flutter/pull/110393 - Corregir algunos errores de la región de toque (tap region) por @gspencergoog en https://github.com/flutter/flutter/pull/110398
- Refactorizar los atajos de edición de texto de macOS por @chunhtai en https://github.com/flutter/flutter/pull/110289
- Limpiar el flag estático _debugDoingBaseline si el cálculo de la línea base lanza una excepción por @jason-simmons en https://github.com/flutter/flutter/pull/110387
- Añadir prueba donde texto blanco sobre fondo blanco falla el contraste. por @ankur2136 en https://github.com/flutter/flutter/pull/110217
- Corregido el color por defecto del widget trailing en la app bar por @QuncCccccc en https://github.com/flutter/flutter/pull/110635
- Se migró
Checkboxa colores de Material 3 por @QuncCccccc en https://github.com/flutter/flutter/pull/110537 - Añadir la propiedad splashColor para el widget ListTile por @M97Chahboun en https://github.com/flutter/flutter/pull/100652
- Corregido el tamaño del IconButton leading por @QuncCccccc en https://github.com/flutter/flutter/pull/110722
- Hacer que ink_sparkle use FragmentShader por @zanderso en https://github.com/flutter/flutter/pull/110552
- Añadir
Overlay.maybeOf, hacer queOverlay.ofdevuelva una instancia no anulable (non-nullable) por @gspencergoog en https://github.com/flutter/flutter/pull/110811 - Corregir ejemplo de
Action.overridablepor @LongCatIsLooong en https://github.com/flutter/flutter/pull/110824 - Eliminar espacios dobles erróneos por @guidezpl en https://github.com/flutter/flutter/pull/110758
- Deprecar
errorColorybackgroundColordeThemeDatapor @guidezpl en https://github.com/flutter/flutter/pull/110162 - Corregir problema de Tooltip en Switch por @QuncCccccc en https://github.com/flutter/flutter/pull/110830
- Usar etiqueta de semántica para backbutton y closebutton en Android por @chunhtai en https://github.com/flutter/flutter/pull/110873
- Añadir
inherit: falsea los temas de texto de geometría de texto de material2018 por @LongCatIsLooong en https://github.com/flutter/flutter/pull/110870 - Actualizar
MaterialBannerpara dar soporte a Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/105957 - Migrar el color del ícono no seleccionado de
ListTilea Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/102078 - PR preliminar para cambios en el engine para checkboxes Tristate por @yaakovschectman en https://github.com/flutter/flutter/pull/110859
- Añade
PopupMenuPosition positionaPopupMenuThemeDatapor @ValentinVignal en https://github.com/flutter/flutter/pull/110268 - Hacer dispose de objetos Paragraph por @dnfield en https://github.com/flutter/flutter/pull/110627
- Corrigiendo problemas de elevación con Material 3 por @darrenaustin en https://github.com/flutter/flutter/pull/110624
- Solicitar
DartPerformanceMode.latencydurante las transiciones por @iskakaushik en https://github.com/flutter/flutter/pull/110600 - [Fonts] Actualizar íconos por @guidezpl en https://github.com/flutter/flutter/pull/111092
- Usar valores raw de fontFamilyFallback sin paquetes al construir un TextStyle combinado por @jason-simmons en https://github.com/flutter/flutter/pull/110887
- [web] omitir pruebas golden inestables (flaky) del selector de fecha por @yjbanov en https://github.com/flutter/flutter/pull/111114
- 110598: expect() en prueba semántica produce una salida no útil por @pdblasi-google en https://github.com/flutter/flutter/pull/110613
- Crear constantes para los nombres de extensión del servicio para que se pueda acceder a ellos desde las herramientas por @kenzieschmoll en https://github.com/flutter/flutter/pull/110876
- Crear constantes para los nombres de extensión del servicio de foundation para que se pueda acceder a ellos desde las herramientas por @kenzieschmoll en https://github.com/flutter/flutter/pull/111146
- Corrección anual de errores ortográficos por @gspencergoog en https://github.com/flutter/flutter/pull/111132
- Crear constantes para los nombres de extensión del servicio de rendering para que se pueda acceder a ellos desde las herramientas por @kenzieschmoll en https://github.com/flutter/flutter/pull/111149
- corrige FadeInImage para un caso límite por @werainkhatri en https://github.com/flutter/flutter/pull/111035
- Deprecar ThemeData.bottomAppBarColor por @esouthren en https://github.com/flutter/flutter/pull/111080
- Corregido el problema de color de superposición de InkWell de un fotograma al quitar el cursor (unhover) por @HansMuller en https://github.com/flutter/flutter/pull/111112
- Revertir actualizaciones de simulación balística y Clamping por @Piinks en https://github.com/flutter/flutter/pull/111201
- [framework] revertir eliminación de opacidad por @jonahwilliams en https://github.com/flutter/flutter/pull/111202
- Corregir spell_check_test por @camsim99 en https://github.com/flutter/flutter/pull/110814
- Usar cambios en el engine para checkboxes tristate por @yaakovschectman en https://github.com/flutter/flutter/pull/111032
- Se migró
Checkboxa Material 3 - Se añadió estado de error por @QuncCccccc en https://github.com/flutter/flutter/pull/111153 - Corregir que TabBarView sin animación no navegue por @tomgilder en https://github.com/flutter/flutter/pull/110985
- Añadir capacidad para mostrar lupa (magnifier) al mantener presionado por @Renzo-Olivares en https://github.com/flutter/flutter/pull/111224
- Crear enum para los nombres de extensión del servicio de scheduler para acceder a ellos desde las herramientas por @kenzieschmoll en https://github.com/flutter/flutter/pull/111222
- Corregir errores tipográficos introducidos en
popup_menu_theme_test.dartpor @ValentinVignal en https://github.com/flutter/flutter/pull/111060 - Revertir "Actualizar
MaterialBannerpara dar soporte a Material 3" por @CaseyHillers en https://github.com/flutter/flutter/pull/111288 - Se migró
Switcha Material 3 por @QuncCccccc en https://github.com/flutter/flutter/pull/110095 - Corregir documentación para InputDecoration.focusColor por @gspencergoog en https://github.com/flutter/flutter/pull/111290
- Normalizar ejemplos por @gspencergoog en https://github.com/flutter/flutter/pull/111223
- corregir: se eliminó el tipo Widget del parámetro child en OutlinedButton por @alestiago en https://github.com/flutter/flutter/pull/111034
- Se comenzó a gestionar mensajes desde isolates en segundo plano. por @gaaclarke en https://github.com/flutter/flutter/pull/109005
- Revertir "Se comenzó a gestionar mensajes desde isolates en segundo plano." por @gaaclarke en https://github.com/flutter/flutter/pull/111318
- Crear clase MemoryAllocations. por @polina-c en https://github.com/flutter/flutter/pull/110230
- [web] omitir más pruebas de texto en perspectiva por @yjbanov en https://github.com/flutter/flutter/pull/111402
- Reaplicar: Se comenzó a gestionar mensajes desde isolates en segundo plano. por @gaaclarke en https://github.com/flutter/flutter/pull/111320
- [framework] solución alternativa para cargar propios paquetes desde packages/ por @jonahwilliams en https://github.com/flutter/flutter/pull/111350
- Corregir referencias a símbolos para usar corchetes en lugar de comillas invertidas por @gspencergoog en https://github.com/flutter/flutter/pull/111331
- Añadir nota en la doc sobre cuándo hacer dispose de TextPainter por @dnfield en https://github.com/flutter/flutter/pull/111403
- Revertir "Usar etiqueta de semántica para backbutton y closebutton en Android" por @XilaiZhang en https://github.com/flutter/flutter/pull/111305
- Corregir fallo de Magnifier por @justinmc en https://github.com/flutter/flutter/pull/111303
- Permitir que Navigator herede la política de recorrido del padre. por @gspencergoog en https://github.com/flutter/flutter/pull/110818
- Crear enum para extensiones de servicio en la librería services por @kenzieschmoll en https://github.com/flutter/flutter/pull/111412
- Crear un enum para extensiones del servicio del inspector de widgets para su uso por herramientas por @kenzieschmoll en https://github.com/flutter/flutter/pull/111405
- Habilitar pruebas de canales de plataforma para isolates en Android por @gaaclarke en https://github.com/flutter/flutter/pull/111279
- Corregir que DraggableScrollableSheet se reconstruya durante el arrastre por @moffatman en https://github.com/flutter/flutter/pull/111010
- Métodos de utilidad para medir texto por @dnfield en https://github.com/flutter/flutter/pull/111493
- Corregir las acciones de entrada de los campos de hora/minuto de TimePicker por @TahaTesser en https://github.com/flutter/flutter/pull/97361
- Corregir la nulabilidad de la dirección del texto por @dnfield en https://github.com/flutter/flutter/pull/111513
- Reaplicar "Actualizar la cobertura de pruebas de contraste de accesibilidad (#109784)" por @chunhtai en https://github.com/flutter/flutter/pull/110502
- Tokens actualizados a v0.127 por @QuncCccccc en https://github.com/flutter/flutter/pull/111495
- Se actualizó la documentación de Action chip respecto a los estados deshabilitados. por @darrenaustin en https://github.com/flutter/flutter/pull/111598
- Preparar el framework para que RRect aserte en radios negativos por @gspencergoog en https://github.com/flutter/flutter/pull/111515
- Corregir regresión de rendimiento. por @polina-c en https://github.com/flutter/flutter/pull/111615
- Añadir BuildContext.mounted por @goderbauer en https://github.com/flutter/flutter/pull/111619
- Revertir "Un toque único en la selección previa debería alternar la barra de herramientas en iOS…" por @godofredoc en https://github.com/flutter/flutter/pull/111662
- Eliminar el ajuste (clamping) ya innecesario de los radios de RRect por @gspencergoog en https://github.com/flutter/flutter/pull/111668
- Corregir formato de todo por @pq en https://github.com/flutter/flutter/pull/111685
- Corregir la referencia del constructor de RangeSlider a
[value]por @srawlins en https://github.com/flutter/flutter/pull/111694 - Revertir canales de plataforma para isolates debido a herramientas de integración de google por @gaaclarke en https://github.com/flutter/flutter/pull/111702
- Parámetro panningDirection añadido a InteractiveViewer por @NazarenoCavazzon en https://github.com/flutter/flutter/pull/109014
- Reaplicar "Actualizar
MaterialBannerpara dar soporte a Material 3" por @TahaTesser en https://github.com/flutter/flutter/pull/111299 - Corregir que OutlineInputBorder con BorderRadius.zero se distorsione por @bleroux en https://github.com/flutter/flutter/pull/106849
- Añadir aviso de deprecación faltante para toggleableActiveColor por @Piinks en https://github.com/flutter/flutter/pull/111707
- Restablecer deprecación faltante para ScrollbarThemeData.copyWith(showTrackOnHover) por @Piinks en https://github.com/flutter/flutter/pull/111706
- Hace públicas a TextBoundary y sus subclases por @chunhtai en https://github.com/flutter/flutter/pull/110367
- Corregir un problema de NNBD en CupertinoScrollbar por @xu-baolin en https://github.com/flutter/flutter/pull/111198
- corregir una fuga de LocalHistoryEntry en draggableScrollableSheet por @xu-baolin en https://github.com/flutter/flutter/pull/110576
- Corregir el cambio de controlador en DraggableScrollableSheet por @moffatman en https://github.com/flutter/flutter/pull/111445
- corregidos nombres de archivo inconsistentes para archivos *_chip.dart y se añadió una prueba por @werainkhatri en https://github.com/flutter/flutter/pull/111364
- Corregir el comportamiento del arrastre del pulgar (thumb) del
Scrollbaren escritorio. por @TahaTesser en https://github.com/flutter/flutter/pull/111250 - Reaplicar canales de plataforma para isolates con compilación condicional por @gaaclarke en https://github.com/flutter/flutter/pull/111712
- Corregir UiKitView que repinta incondicionalmente de forma errónea por @fzyzcjy en https://github.com/flutter/flutter/pull/111790
- Migrar package/flutter a JS static interop. por @joshualitt en https://github.com/flutter/flutter/pull/111315
- Eliminar ancla de arrastre (drag anchor) deprecada por @Piinks en https://github.com/flutter/flutter/pull/111713
- Proporcionar valores predeterminados de Material 3 para el widget
Chipbásico. por @darrenaustin en https://github.com/flutter/flutter/pull/111597 - Añadir física de desplazamiento específica de macOS por @moffatman en https://github.com/flutter/flutter/pull/108298
- Evitar enviar nodos de semántica con transformación cero al engine por @dnfield en https://github.com/flutter/flutter/pull/111843
- Eliminar ScrollBehavior.buildViewportChrome deprecado por @Piinks en https://github.com/flutter/flutter/pull/111715
- Actualizar token v0.127 a v0.132 por @QuncCccccc en https://github.com/flutter/flutter/pull/111913
- Corregido un problema con FilterChips que cambiaban de tamaño al seleccionarse. por @darrenaustin en https://github.com/flutter/flutter/pull/111916
- corregir: colores de la barra de navegación inferior por @talamaska en https://github.com/flutter/flutter/pull/107924
- Eliminar RenderUnconstrainedBox deprecado por @Piinks en https://github.com/flutter/flutter/pull/111711
- Corregir un problema de animación de lista reordenable:"La animación de caída de ReorderableListView invertida mueve el elemento una fila más arriba de lo debido #110949" por @hangyujin en https://github.com/flutter/flutter/pull/111027
- Revertir "Corregir el comportamiento del arrastre del pulgar (thumb) del
Scrollbaren escritorio." por @Piinks en https://github.com/flutter/flutter/pull/111978 - [framework] evitar composición con visibilidad por @jonahwilliams en https://github.com/flutter/flutter/pull/111844
- Eliminar listener de controller al hacer dispose de CupertinoPicker por @moffatman en https://github.com/flutter/flutter/pull/111977
- Volver a añadir la capacidad de retornar nulo en ListView.builder por @rrousselGit en https://github.com/flutter/flutter/pull/108706
- Añadir coeficiente de fricción a InteractiveViewer por @codeforce-dev en https://github.com/flutter/flutter/pull/109443
- Algunos cambios misceláneos encontrados mientras se hacía otro PR por @gspencergoog en https://github.com/flutter/flutter/pull/111620
- Actualizar el botón Radio a material 3 por @QuncCccccc en https://github.com/flutter/flutter/pull/111774
- Corregir la alineación vertical del hijo de
InputDecoratorpor @LongCatIsLooong en https://github.com/flutter/flutter/pull/112003 - Actualizar la documentación de showCupertinoModalPopup por @yunusemrebakir en https://github.com/flutter/flutter/pull/106274
- Instrumentar State, Layer, RenderObject y Element. por @polina-c en https://github.com/flutter/flutter/pull/111328
- Permitir reserva (fallback) de Hybrid Composition para vistas de plataforma de Android por @stuartmorgan en https://github.com/flutter/flutter/pull/109161
- Isolar canales de plataforma para macos por @gaaclarke en https://github.com/flutter/flutter/pull/110882
- Se añadió
iconThemeaRawChipenChoiceChippor @Mayb3Nots en https://github.com/flutter/flutter/pull/110908 - Evitar que al confirmar texto se dispare EditableText.onChanged por @LongCatIsLooong en https://github.com/flutter/flutter/pull/112010
- Actualizar los nombres de los parámetros del ejemplo de
InheritedWidgetpor @robiness en https://github.com/flutter/flutter/pull/112137 - Compatibilidad hacia adelante de ui.PointerSignalKind para escala por @moffatman en https://github.com/flutter/flutter/pull/112170
- Corregido un problema de interpolación (lerping) de iconTheme con ChipThemeData. por @darrenaustin en https://github.com/flutter/flutter/pull/112216
- Corregir que RenderEditable no pueda actualizar backgroundCursorColor cuando el usuario proporciona uno nuevo por @fzyzcjy en https://github.com/flutter/flutter/pull/112045
- Los múltiples campos de
PerformanceOverlayno se actualizan cuando el usuario desea actualizarlo por @fzyzcjy en https://github.com/flutter/flutter/pull/112039 - Añadir aserción a _CupertinoSwitchRenderObjectWidget, de lo contrario es confuso por qué updateRenderObject omite la actualización del estado por @fzyzcjy en https://github.com/flutter/flutter/pull/112044
- Corregir CupertinoAlertDialog y CupertinoActionSheet, que se comportan mal cuando la orientación cambia por @fzyzcjy en https://github.com/flutter/flutter/pull/112041
- Corregir que SliverScrollingPersistentHeader no pueda actualizar stretchConfiguration por @fzyzcjy en https://github.com/flutter/flutter/pull/112042
- Corregir SliverPinnedPersistentHeader, tampoco capaz de actualizar stretchConfiguration y showOnScreenConfiguration por @fzyzcjy en https://github.com/flutter/flutter/pull/112043
- Revertir "Migrar package/flutter a JS static interop. (#111315)" por @CaseyHillers en https://github.com/flutter/flutter/pull/112247
- Actualizar los hijos de TabBarView después de una transición a una pestaña adyacente por @bleroux en https://github.com/flutter/flutter/pull/112168
- [Material] Eliminar "posición abajo" del cálculo de ondulación (ripple) conmutable por @johnsonmh en https://github.com/flutter/flutter/pull/112209
- Se actualizó
ProgressIndicatora M3 por @QuncCccccc en https://github.com/flutter/flutter/pull/112139 - Se añadió ejemplo para Magnifier y TextMagnifier por @antholeole en https://github.com/flutter/flutter/pull/110218
- Revertir cambios del controlador de DraggableScrollableSheet por @CaseyHillers en https://github.com/flutter/flutter/pull/112293
- Añadir soporte para
DivideryVerticalDivideren Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/112378 - Exponer la clase combinadora de límites de texto por @chunhtai en https://github.com/flutter/flutter/pull/112085
- Revertir "Añadir soporte para
DivideryVerticalDivideren Material 3" por @CaseyHillers en https://github.com/flutter/flutter/pull/112471 - Cambiar el color de texto por defecto de CupertinoAlertDialog al color primario del tema por @MitchellGoodwin en https://github.com/flutter/flutter/pull/111785
- Corrige la comprobación de rectángulo en la prueba de contraste de texto por @chunhtai en https://github.com/flutter/flutter/pull/112492
- [framework] usar Visibility en lugar de Opacity por @jonahwilliams en https://github.com/flutter/flutter/pull/112191
- Añadir prueba de regresión para TextPainter.getWordBoundary por @LongCatIsLooong en https://github.com/flutter/flutter/pull/112229
- Corrección de doc, followerAnchor cambió a targetAnchor por @gazialankus en https://github.com/flutter/flutter/pull/112054
- [RawKeyboard] Permitir modificadores inconsistentes para iOS y Android por @dkwingsmt en https://github.com/flutter/flutter/pull/108926
- Añadir región de mouse para InputDecorationIcons en el textfield por @hangyujin en https://github.com/flutter/flutter/pull/112543
- unnecessary_stateful_widgets por @a14n en https://github.com/flutter/flutter/pull/112296
- Reaplicar "Corregir que DraggableScrollableSheet se reconstruya durante el arrastre" por @moffatman en https://github.com/flutter/flutter/pull/112479
- Implementar MenuBar y MenuAnchor de Material por @gspencergoog en https://github.com/flutter/flutter/pull/112239
- [
RenderEditable] reportar la altura real cuandomaxLines == 1. por @LongCatIsLooong en https://github.com/flutter/flutter/pull/112029 - corregir algunos errores de DSS por @xu-baolin en https://github.com/flutter/flutter/pull/112142
- Reaplicar "Migrar package/flutter a JS static interop. (#111315)" por @joshualitt en https://github.com/flutter/flutter/pull/112418
- Añadir
Dialog.fullscreeny ejemplo por @TahaTesser en https://github.com/flutter/flutter/pull/112261 - Corregido el problema del tamaño por defecto de
CircularProgressIndicatorpor @QuncCccccc en https://github.com/flutter/flutter/pull/112601 - Añadir soporte para Divider y VerticalDivider en Material 3 por @darrenaustin en https://github.com/flutter/flutter/pull/112655
- Corregir fuga de estado en menu_anchor_test.dart por @gspencergoog en https://github.com/flutter/flutter/pull/112718
- Añadir semántica de botón en list tile por @hangyujin en https://github.com/flutter/flutter/pull/112593
- Decodificar URIs en rutas de assets antes de escribirlas en el asset manifest por @andrewkolos en https://github.com/flutter/flutter/pull/112415
- Revertir "Añadir semántica de botón en list tile" por @CaseyHillers en https://github.com/flutter/flutter/pull/112779
- Se añadió ShapeBorder a expansionTile por @DattatreyaReddy en https://github.com/flutter/flutter/pull/112218
- Actualizar el ejemplo de
AnimatedSlidepor @TahaTesser en https://github.com/flutter/flutter/pull/112803 - [web] Corregir
kIsWebpara Dart2wasm. por @joshualitt en https://github.com/flutter/flutter/pull/112122 - [text_input] introducir TextInputControl por @jpnurmi en https://github.com/flutter/flutter/pull/76072
- Corregir comentario desactualizado sobre desbordamiento por @Hixie en https://github.com/flutter/flutter/pull/112595
- Añadir propiedad width a SnackBarThemeData por @esouthren en https://github.com/flutter/flutter/pull/112636
- Esperar a que la maquetación no esté vacía en el marcador de posición de la vista de plataforma por @stuartmorgan en https://github.com/flutter/flutter/pull/112402
- Exportar
elapseBlockinga la vinculación de pruebas (test binding), para poder simular trabajo síncrono lento como la construcción de un widget lento por @fzyzcjy en https://github.com/flutter/flutter/pull/112619 - Se cambió
Element.renderObjecta una implementación iterativa. por @gaaclarke en https://github.com/flutter/flutter/pull/112885 - Añadir PointerScaleEvent y usarlo en InteractiveViewer por @moffatman en https://github.com/flutter/flutter/pull/112172
- Considerar la ubicación de Scrollable en los eventos de arrastre de selección de texto por @justinmc en https://github.com/flutter/flutter/pull/102992
- Añadir la propiedad MaterialStateProperty
overlayaSliderpor @TahaTesser en https://github.com/flutter/flutter/pull/112922 - Añadido keyboardType en CupertinoSearchTextField por @Hardeepsingh980 en https://github.com/flutter/flutter/pull/83994
- Programar tareas que son futures hasta su finalización por @jiahaog en https://github.com/flutter/flutter/pull/112269
- error tipográfico por @MrBirb en https://github.com/flutter/flutter/pull/113043
- [framework] cargar archivos mediante ImmutableBuffer.fromFilePath (si es el tipo de archivo exacto) por @jonahwilliams en https://github.com/flutter/flutter/pull/112892
- Eliminar la condición de NavigationToolbar de que el widget leading no puede ser mayor que 1/3 del espacio total disponible. por @math1man en https://github.com/flutter/flutter/pull/112548
- calentamiento de shader con canvaskit y prueba correspondiente por @alanwutang11 en https://github.com/flutter/flutter/pull/113060
- Enviar rectángulos de selección de texto al engine en iPhone por @moffatman en https://github.com/flutter/flutter/pull/113048
- Añadir mensaje de error al hacer lerp entre valores de
inheritdiferentes de TextStyles por @LongCatIsLooong en https://github.com/flutter/flutter/pull/112837 - Añadir benchmark de análisis de asset manifest por @andrewkolos en https://github.com/flutter/flutter/pull/112836
- corregir un error de CupertinoDatePicker por @xu-baolin en https://github.com/flutter/flutter/pull/112697
- Error tipográfico en border_test.dart por @MrBirb en https://github.com/flutter/flutter/pull/113046
- Añadir el constructor
SliverGrid.builderpor @gspencergoog en https://github.com/flutter/flutter/pull/113116 - Corregir que TabBar con padding no esté centrado por @bleroux en https://github.com/flutter/flutter/pull/113091
- Añadir botones de menú checkbox y radio por @gspencergoog en https://github.com/flutter/flutter/pull/112821
- Añadir
SliverAnimatedGridyAnimatedGridpor @gspencergoog en https://github.com/flutter/flutter/pull/112982 - Deprecar
AnimatedListItemBuilderyAnimatedListRemovedItemBuilderpor @gspencergoog en https://github.com/flutter/flutter/pull/113131 AutomatedTestWidgetsFlutterBinding.pumpproporciona una marca de tiempo de pump incorrecta, probablemente por olvidar la precisión por @fzyzcjy en https://github.com/flutter/flutter/pull/112609- Corregir que el área de selección cause rebotar a desplazables pequeños por @chunhtai en https://github.com/flutter/flutter/pull/112816
- [framework] añadir ignores para la deprecación de platformDispatcher por @jonahwilliams en https://github.com/flutter/flutter/pull/113238
- Cambio menor de nulabilidad de tipo por @fzyzcjy en https://github.com/flutter/flutter/pull/112778
- Revertir "Cambio menor de nulabilidad de tipo" por @jmagman en https://github.com/flutter/flutter/pull/113246
- Soportar Material 3 en bottom sheet por @hangyujin en https://github.com/flutter/flutter/pull/112466
- Se añadió la animación de
Switchpara Material 3 por @QuncCccccc en https://github.com/flutter/flutter/pull/113090 - pushnamed puede manejar Object como tipo por @chunhtai en https://github.com/flutter/flutter/pull/113242
- Cambiar el tipo en
ImplicitlyAnimatedWidgetpara eliminar el casteo de tipo y así mejorar el rendimiento y estilo por @fzyzcjy en https://github.com/flutter/flutter/pull/111849 - hacer pública ModalBottomSheetRoute por @The-Redhat en https://github.com/flutter/flutter/pull/108112
- Documentar que TooltipTriggerMode no tiene impacto al pasar el cursor (hovering) por @bleroux en https://github.com/flutter/flutter/pull/113324
- Revertir "
AutomatedTestWidgetsFlutterBinding.pumpproporciona una marca de tiempo de pump incorrecta, probablemente por olvidar la precisión" por @XilaiZhang en https://github.com/flutter/flutter/pull/113415 - [web] Migrar selectable_region a static interop. por @joshualitt en https://github.com/flutter/flutter/pull/113292
- Hacer que TextEditingDelta sea diagnosticable y sobrescribir debugFillProperties para implementaciones concretas de TextEditingDelta por @Renzo-Olivares en https://github.com/flutter/flutter/pull/113395
- corregir error de desbordamiento (overflow) en
CupertinoListTilepor @alex-sandri en https://github.com/flutter/flutter/pull/113010 - Se añadió statesController a los constructores de íconos de botón. por @darrenaustin en https://github.com/flutter/flutter/pull/113419
- Corregir cambios en la altura de la barra al alternar el teclado por @luckysmg en https://github.com/flutter/flutter/pull/106542
- corregir ícono de choice chip permanente con material3 por @AbhiShake1 en https://github.com/flutter/flutter/pull/113485
- Corregir error tipográfico de la documentación de PrimaryScrollController por @mono0926 en https://github.com/flutter/flutter/pull/113361
- Limpiar
_updateSelectionRectspor @LongCatIsLooong en https://github.com/flutter/flutter/pull/113425 - Reaplicar "Un toque único en la selección previa debería alternar la barra de herramientas en iOS #108913" por @Renzo-Olivares en https://github.com/flutter/flutter/pull/111995
- Añadir soporte para Alt a CharacterActivator, añadir pruebas por @gspencergoog en https://github.com/flutter/flutter/pull/113466
- [Docs] Aclarar que Flex no envuelve por @TzviPM en https://github.com/flutter/flutter/pull/113404
- Corregir operator== de StarBorder por @gspencergoog en https://github.com/flutter/flutter/pull/113588
- Añadir HitTestBehavior a TapRegion por @gspencergoog en https://github.com/flutter/flutter/pull/113634
- Usar ScrollbarTheme en lugar de Theme para Scrollbar por @Oleh-Sv en https://github.com/flutter/flutter/pull/113237
- Añadir previsualizaciones y ejemplos de
AnimatedIconspor @TahaTesser en https://github.com/flutter/flutter/pull/113700 - Manejar mensajes privatecommand que no pasan datos por @justinmc en https://github.com/flutter/flutter/pull/112590
- Revertir "[text_input] introducir TextInputControl" por @zanderso en https://github.com/flutter/flutter/pull/113724
- El texto en composición no debería ser parte de deshacer/rehacer por @justinmc en https://github.com/flutter/flutter/pull/108765
- Overlay siempre aplica clip por @chunhtai en https://github.com/flutter/flutter/pull/113770
- enlazar el doc de diseño "iOS PlatformView BackdropFilter" en la documentación del widget BackdropFilter por @cyanglaz en https://github.com/flutter/flutter/pull/113779
- Añadir fontFamilyFallback a ThemeData por @justinmc en https://github.com/flutter/flutter/pull/112976
- Reaplicar "[text_input] introducir TextInputControl" por @jpnurmi en https://github.com/flutter/flutter/pull/113758
- Usar semántica correcta para botones alternables por @guidezpl en https://github.com/flutter/flutter/pull/113851
- [framework] volver a rasterizar cuando cambian el tamaño o las inserciones de la ventana por @jonahwilliams en https://github.com/flutter/flutter/pull/113647
- Corregir selectWordsInRange cuando la última palabra se encuentra antes de la primera palabra por @Renzo-Olivares en https://github.com/flutter/flutter/pull/113224
- Actualizar el menú Popup para dar soporte a Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/103606
- Mixin Scribble por @justinmc en https://github.com/flutter/flutter/pull/104128
- Corregir el desplazamiento en bordes en plataformas que seleccionan palabra por palabra al mover con presión prolongada por @Renzo-Olivares en https://github.com/flutter/flutter/pull/113128
- Tokens actualizados a v0.137. por @darrenaustin en https://github.com/flutter/flutter/pull/113970
- Corregir ScrollPosition.isScrollingNotifier.value para desplazamiento por puntero por @Piinks en https://github.com/flutter/flutter/pull/113972
- Mejorar el comportamiento del arrastre de Scrollbar por @xu-baolin en https://github.com/flutter/flutter/pull/112434
- Corregir el comportamiento interactivo del superpuesto (overlay) y el indicador de valor de
Slideren escritorio. por @TahaTesser en https://github.com/flutter/flutter/pull/113543 - Mover el ejemplo de
AnimatedIconsy corregir error tipográfico encupertino/text_selection_toolbar.dartpor @TahaTesser en https://github.com/flutter/flutter/pull/113937 - Añadir ejemplos de
ProgressIndicatorde Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/113950 - Corregir un problema por el cual arrastrar los tiradores de selección de texto de iOS es brusco y la selección de texto de iOS se actualiza incorrectamente. por @ksballetba en https://github.com/flutter/flutter/pull/109136
- Avance de página / Retroceso de página (Page Up / Page Down) en campos de texto por @tgucio en https://github.com/flutter/flutter/pull/107602
- Añadir Focus.parentNode para permitir controlar la forma del árbol de Focus. por @gspencergoog en https://github.com/flutter/flutter/pull/113655
- Ocultar registros de debug de una prueba de MemoryAllocations que lanza intencionalmente una excepción por @jason-simmons en https://github.com/flutter/flutter/pull/113786
- Añadir
clipBehaviory aplicarborderRadiusal Material de DataTable por @TahaTesser en https://github.com/flutter/flutter/pull/113205 - Almacenar en caché el valor de texto plano de TextPainter para mejorar el rendimiento por @tgucio en https://github.com/flutter/flutter/pull/109841
- corregir efecto de estiramiento con soporte rtl por @youssefali424 en https://github.com/flutter/flutter/pull/113214
- Reemplazar valores por defecto del menú con tokens por @QuncCccccc en https://github.com/flutter/flutter/pull/113963
- Añadir parentNode al widget FocusScope por @gspencergoog en https://github.com/flutter/flutter/pull/114034
- Corregir memoria desperdiciada causada por campos de debug - 16 bytes por objeto (cuando añadir ese campo que debería ser eliminado cruza la alineación de palabra doble) por @fzyzcjy en https://github.com/flutter/flutter/pull/113927
- Corregir la duración y la curva de la animación de la etiqueta del campo de texto por @Pourqavam en https://github.com/flutter/flutter/pull/105966
- Actualización de UI del campo de texto de M3 por @hangyujin en https://github.com/flutter/flutter/pull/113776
- Exponer
alwaysShowMiddleenCupertinoSliverNavigationBarpor @campovski en https://github.com/flutter/flutter/pull/113544 - Proporcionar API de prueba para anuncios de accesibilidad por @nbayati en https://github.com/flutter/flutter/pull/109661
- Actualizar el padding de entrada de texto de Cupertino por @MitchellGoodwin en https://github.com/flutter/flutter/pull/113958
- Revertir "Actualizar el padding de entrada de texto de Cupertino" por @zanderso en https://github.com/flutter/flutter/pull/114102
- 107866: Añadir soporte para verificar el orden de SemanticsNode en pruebas de widgets por @pdblasi-google en https://github.com/flutter/flutter/pull/113133
- Eliminar el uso de la API deprecada
updateSemantics. por @a-wallen en https://github.com/flutter/flutter/pull/113382 - Corregir error lógico en TimePickerDialog - el RenderObject olvida actualizar campos por @fzyzcjy en https://github.com/flutter/flutter/pull/112040
- Eliminar RouteSetting.copyWith por @chunhtai en https://github.com/flutter/flutter/pull/113860
- Mover las extensiones del servicio de Widget Inspector de DevTools a Flutter por @kenzieschmoll en https://github.com/flutter/flutter/pull/113861
- Corregir que DDS no soporta la curva Curves.easeInOutBack por @xu-baolin en https://github.com/flutter/flutter/pull/114222
- Corregir valores por defecto de Color Scheme en Material 3 por @QuncCccccc en https://github.com/flutter/flutter/pull/112666
- Menús contextuales por @justinmc en https://github.com/flutter/flutter/pull/107193
- SingleChildScrollView no recorta al hijo de la semántica por @chunhtai en https://github.com/flutter/flutter/pull/114194
- Corregir prefijo "debug" nombrado incorrectamente por @fzyzcjy en https://github.com/flutter/flutter/pull/114117
- Añadir
maybeOfpara todos los casos dondeofretorna un valor anulable. por @gspencergoog en https://github.com/flutter/flutter/pull/114120 - Se añadieron archivos de token para badges y listas. por @darrenaustin en https://github.com/flutter/flutter/pull/114382
- 🎨 Mejorar excepciones lanzadas por el asset bundle por @AlexV525 en https://github.com/flutter/flutter/pull/114313
- Limpieza menor de código: eliminar retorno redundante por @fzyzcjy en https://github.com/flutter/flutter/pull/114290
- Añadir soporte de Material 3 para BottomAppBar por @elbeicktalat en https://github.com/flutter/flutter/pull/106525
- Revertir "Añadir soporte de Material 3 para BottomAppBar" por @zanderso en https://github.com/flutter/flutter/pull/114421
- TextOverflow en hintText por @justinmc en https://github.com/flutter/flutter/pull/114378
- Revertir "Overlay siempre aplica clip (#113770)" por @chunhtai en https://github.com/flutter/flutter/pull/114442
- Mejoras en el arrastre de tiradores por @justinmc en https://github.com/flutter/flutter/pull/114042
- Añadir ejemplo de menú Popup de Material 3 y actualizar ejemplo existente por @TahaTesser en https://github.com/flutter/flutter/pull/114228
- Error de aserción
Layer ... was previously used as oldLayeren modo debug, y página en blanco en modo release, provocado por un error de LeaderLayer addToScene por @fzyzcjy en https://github.com/flutter/flutter/pull/113998 - Introducir debugWithActiveLayoutCleared para evitar código duplicado por @fzyzcjy en https://github.com/flutter/flutter/pull/114003
- Corregir la documentación de
addToScenepor @fzyzcjy en https://github.com/flutter/flutter/pull/113987 - Corregir error por el cual
timeDilationno se restablece, causando errores de prueba posteriores, y añadir verificaciones para asegurar que dicho problema no exista en el futuro por @fzyzcjy en https://github.com/flutter/flutter/pull/113830 - Añadir soporte de Material 3 para
Slider- Parte 1 por @TahaTesser en https://github.com/flutter/flutter/pull/114079 - Añadir soporte de Material 3 para BottomAppBar (reaplicación de #106525) por @darrenaustin en https://github.com/flutter/flutter/pull/114439
- [web] Cambios en los atajos de teclado de selección web para un comportamiento más consistente por @htoor3 en https://github.com/flutter/flutter/pull/114264
- Refactorizar Animated[List, Grid, SliverList, SliverGrid] para compartir código común por @Piinks en https://github.com/flutter/flutter/pull/113793
- correcciones para el linter entrante por @pq en https://github.com/flutter/flutter/pull/113794
- Revertir "Mixin Scribble" por @CaseyHillers en https://github.com/flutter/flutter/pull/114647
- Revertir "Corregir la duración y la curva de la animación de la etiqueta del campo de texto" por @CaseyHillers en https://github.com/flutter/flutter/pull/114646
- Soporte para trackpad en WidgetController.startGesture por @moffatman en https://github.com/flutter/flutter/pull/114631
- Soportar selección por teclado en SelectabledRegion por @chunhtai en https://github.com/flutter/flutter/pull/112584
- [Nueva Función] Soportar evento de rueda de mouse en el widget scrollbar por @xu-baolin en https://github.com/flutter/flutter/pull/109659
- Añade soporte para el widget Material Badge, BadgeTheme, BadgeThemeData por @HansMuller en https://github.com/flutter/flutter/pull/114560
- Revertir "Añade soporte para el widget Material Badge, BadgeTheme, BadgeThemeData" por @HansMuller en https://github.com/flutter/flutter/pull/114819
- Delegar TestWindow.updateSemantics al SingletonFlutterWindow envuelto por @jason-simmons en https://github.com/flutter/flutter/pull/114733
- Corregir que el desbordamiento de estilo del hint de TextField/CupertinoTextField no funcione. por @ksballetba en https://github.com/flutter/flutter/pull/114335
- Page Up / Page Down en Mac en campos de texto por @justinmc en https://github.com/flutter/flutter/pull/105497
- Reaplicar "Mixin Scribble" por @justinmc en https://github.com/flutter/flutter/pull/114698
- feat: [InteractiveViewer] proporcionar una forma de establecer la alineación inicial del hijo por @pedromassango en https://github.com/flutter/flutter/pull/114745
- [RawKeyboard] Permitir modificadores inconsistentes para Web por @bleroux en https://github.com/flutter/flutter/pull/114499
- Usar AppBar.systemOverlayStyle para dar estilo a la barra de navegación del sistema por @bleroux en https://github.com/flutter/flutter/pull/104827
- Corregir
CastErrorenStadiumBorder.lerpToyStadiumBorder.lerpFromal usarBorderRadiusDirectionalpor @gspencergoog en https://github.com/flutter/flutter/pull/114826 - Permitir que las pruebas de archivos golden de Flutter sean inestables (flaky) por @Piinks en https://github.com/flutter/flutter/pull/114450
- Refactorizar fix_data.yaml por @Piinks en https://github.com/flutter/flutter/pull/114192
- Revertir "Permitir que las pruebas de archivos golden de Flutter sean inestables (flaky)" por @zanderso en https://github.com/flutter/flutter/pull/114902
- Actualizar
CircleAvatarpara dar soporte a Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/114812 updateSemanticsen TestWindow siempre debería estar implementado. por @a-wallen en https://github.com/flutter/flutter/pull/114857- [limpieza] eliminar llave innecesaria en la interpolación de cadenas por @pq en https://github.com/flutter/flutter/pull/115032
- Reaplicar: Añade soporte para el widget Material Badge, BadgeTheme, BadgeThemeData (#114560) por @HansMuller en https://github.com/flutter/flutter/pull/115002
- Corregir el tamaño del nodo de semántica de
RangeSliderpor @TahaTesser en https://github.com/flutter/flutter/pull/114999 - Corregir shrinkwrap en AnimatedList por @Piinks en https://github.com/flutter/flutter/pull/115104
- Cargar assets en flutter_test sin hacer girar el bucle de eventos. por @dnfield en https://github.com/flutter/flutter/pull/115123
- Revertir "Reaplicar "Mixin Scribble"" por @XilaiZhang en https://github.com/flutter/flutter/pull/115146
- Revertir "Cargar assets en flutter_test sin hacer girar el bucle de eventos." por @dnfield en https://github.com/flutter/flutter/pull/115156
- Hacer que FutureBuilder maneje SynchronousFuture correctamente, reapplicar el uso de SynchronousFuture en assets de prueba por @dnfield en https://github.com/flutter/flutter/pull/115173
- Widget M3 Segmented Button por @darrenaustin en https://github.com/flutter/flutter/pull/113723
- Corregido el problema de la curva de color por @QuncCccccc en https://github.com/flutter/flutter/pull/115188
- Corregir prueba en preparación de que la VM de Dart retire el soporte para versiones del lenguaje < 2.12.0 por @a-siva en https://github.com/flutter/flutter/pull/115176
- Renderizado incorrecto de
SnapshotWidgetpor @fzyzcjy en https://github.com/flutter/flutter/pull/114400 - [Impeller] Añadir include de shader con FlutterFragCoord para su uso por FragmentProgram por @bdero en https://github.com/flutter/flutter/pull/114214
- Incluir desplazamiento inicial al usar PlatformViewSurface por @bparrishMines en https://github.com/flutter/flutter/pull/114103
- Tokens actualizados a v0.141 por @darrenaustin en https://github.com/flutter/flutter/pull/115298
- Semántica del texto de pista a excluir en la lectura de a11y si el textfield no está vacío y se proporciona texto de etiqueta por @hangyujin en https://github.com/flutter/flutter/pull/115010
- Cambiar texto de botón y etiqueta a estilo de oración para Material 3 por @thkim1011 en https://github.com/flutter/flutter/pull/115187
- Añadir una forma de personalizar el padding en BottomAppBar por @hangyujin en https://github.com/flutter/flutter/pull/115175
- Corregir error de lógica en
markNeedsPaintpor @fzyzcjy en https://github.com/flutter/flutter/pull/112735 - Añadir
RestorableEnumN<T>yRestorableEnum<T>a los tipos primitivos restaurables por @gspencergoog en https://github.com/flutter/flutter/pull/115050 - Hacer que Flutter Driver espere activamente a un isolate ejecutable por @jakubfijalkowski en https://github.com/flutter/flutter/pull/113969
- Instrucciones actualizadas para añadir nuevos mensajes localizados. por @harperl-lgtm en https://github.com/flutter/flutter/pull/115390
- Usar constructor de fábrica concreto para DomXMLHttpRequest por @srujzs en https://github.com/flutter/flutter/pull/115094
- Corregida la alineación de la etiqueta por @QuncCccccc en https://github.com/flutter/flutter/pull/115409
- [framework] volver a rasterizar la transición de página cuando cambia el tamaño de la maquetación por @jonahwilliams en https://github.com/flutter/flutter/pull/115371
- Eliminar comparación innecesaria con
double.nanpor @asashour en https://github.com/flutter/flutter/pull/115470 - Se añadió la bandera Badge.isLabelVisible por @HansMuller en https://github.com/flutter/flutter/pull/115292
- Se añadió el constructor Badge.count por @HansMuller en https://github.com/flutter/flutter/pull/115297
- Revertir "Se añadió el constructor Badge.count" por @HansMuller en https://github.com/flutter/flutter/pull/115564
- Reaplicar Se añadió el constructor Badge.count por @HansMuller en https://github.com/flutter/flutter/pull/115566
- La etiqueta siempre debería estar alineada con el texto en input decoration relleno por @QuncCccccc en https://github.com/flutter/flutter/pull/115540
- Añadir retroalimentación de selección tanto para el área de selección como para el campo de texto por @chunhtai en https://github.com/flutter/flutter/pull/115373
- Añadir soporte de Material 3 para
Slider- Parte 2 por @TahaTesser en https://github.com/flutter/flutter/pull/114624 - Corrige un error por el cual arrastrar un tirador colapsado en TextField no v… por @chunhtai en https://github.com/flutter/flutter/pull/115586
- Mejorar la documentación de showSnackBar por @bleroux en https://github.com/flutter/flutter/pull/114612
- Actualizar comentarios en archivos de datos del tema por @hangyujin en https://github.com/flutter/flutter/pull/115603
- Usar
double.isNaNen lugar de... == double.nan(lo cual siempre es falso) por @mkustermann en https://github.com/flutter/flutter/pull/115424 - Los resaltados de InkResponse se pueden actualizar por @bleroux en https://github.com/flutter/flutter/pull/115635
- No permitir dispose durante el callback del listener por @chunhtai en https://github.com/flutter/flutter/pull/114530
- Corregir la ondulación (ripple) de
NavigationBarpor @TahaTesser en https://github.com/flutter/flutter/pull/115499 - Mejora diminuta de la visualización de RouteSettings por @fzyzcjy en https://github.com/flutter/flutter/pull/114481
- Añadir más pruebas de InkWell por @bleroux en https://github.com/flutter/flutter/pull/115634
- Eliminar comparación innecesaria con
double.nanpor @asashour en https://github.com/flutter/flutter/pull/115547 - Corregir el formato en la prueba de BottomAppBar por @bernaferrari en https://github.com/flutter/flutter/pull/115520
- Permite hacer push de una ruta basada en página como una ruta sin página por @chunhtai en https://github.com/flutter/flutter/pull/114362
- Drawer de navegación de Material 3 por @hangyujin en https://github.com/flutter/flutter/pull/115668
- Añadir corrector ortográfico (Spell Check) a Editable Text (iOS) por @camsim99 en https://github.com/flutter/flutter/pull/110193
- Añadir opción de recorte (clip) para el navigator por @chunhtai en https://github.com/flutter/flutter/pull/115775
- [RawKeyboard] Corregir que la reasignación de CapsLock en Linux lance excepciones por @bleroux en https://github.com/flutter/flutter/pull/115009
- BouncingScrollPhysics debería propagar decelerationRate por @moffatman en https://github.com/flutter/flutter/pull/115797
- Usar el nuevo parámetro de desplazamiento pushImageFilter para corregir la transformación de los hijos por @flar en https://github.com/flutter/flutter/pull/113673
- Revertir "Usar el nuevo parámetro de desplazamiento pushImageFilter para corregir la transformación de los hijos" por @jonahwilliams en https://github.com/flutter/flutter/pull/115861
- Proporcionar una opción para actualizar la semántica de
FocusbajoFocusableActionDetectorpor @TahaTesser en https://github.com/flutter/flutter/pull/115833 - Actualizar documentación para
PlatformException.stacktracepor @ueman en https://github.com/flutter/flutter/pull/114028 - Usar el nuevo parámetro de desplazamiento pushImageFilter para corregir la transformación de los hijos por @flar en https://github.com/flutter/flutter/pull/115884
- Tokens actualizados a v0_143. por @darrenaustin en https://github.com/flutter/flutter/pull/115890
- Corregir que el día actual no esté decorado cuando estaba deshabilitado para su selección. por @jgoyvaerts en https://github.com/flutter/flutter/pull/115240
- TabBar debería ajustar la posición de desplazamiento cuando cambia el Controller por @bleroux en https://github.com/flutter/flutter/pull/116019
- Corregir que selectWordEdge de iOS no tenga en cuenta la afinidad por @chunhtai en https://github.com/flutter/flutter/pull/115849
- Añadir
IndicatorShapeaNavigationRailThemey corregir la ondulación (ripple) del indicador. por @TahaTesser en https://github.com/flutter/flutter/pull/116108 - Reaplicar el padding de entrada de texto de Cupertino por @MitchellGoodwin en https://github.com/flutter/flutter/pull/115164
- Corregir el ciclo de LayoutExplorer por @LongCatIsLooong en https://github.com/flutter/flutter/pull/115526
- Limpieza diminuta de código: eliminar comparaciones innecesarias por @fzyzcjy en https://github.com/flutter/flutter/pull/114488
- Aceleradores de la barra de menú por @gspencergoog en https://github.com/flutter/flutter/pull/114852
- Ignorar la deprecación de NullThrownError por @mit-mit en https://github.com/flutter/flutter/pull/116135
- Desactivar la gestión de backspace/delete en iOS y macOS por @LongCatIsLooong en https://github.com/flutter/flutter/pull/115900
- Actualizar SnackBar para dar soporte a Material 3 por @esouthren en https://github.com/flutter/flutter/pull/115750
- Revertir "Actualizar SnackBar para dar soporte a Material 3" por @Piinks en https://github.com/flutter/flutter/pull/116199
- Usar Isolate.run como implementación para compute por @dnfield en https://github.com/flutter/flutter/pull/115779
- Menú contextual de iOS 16 por @justinmc en https://github.com/flutter/flutter/pull/115805
- Crear el Widget
DropdownMenupara dar soporte a Material 3 por @QuncCccccc en https://github.com/flutter/flutter/pull/116088 - Añadir soporte de Material 3 para
TabBarpor @TahaTesser en https://github.com/flutter/flutter/pull/116110 - Añadir la propiedad onFocusChange para el widget ListTile por @M97Chahboun en https://github.com/flutter/flutter/pull/111498
- labeledTapTargetGuideline debería pasar si textfield no tiene etiqueta por @chunhtai en https://github.com/flutter/flutter/pull/116221
- Ajustar el padding de textfield de Material 3 para alinearse con las especificaciones por @hangyujin en https://github.com/flutter/flutter/pull/116225
- Se actualizó el textTheme de M3 para usar el color
onSurfaceen todos los estilos. por @darrenaustin en https://github.com/flutter/flutter/pull/116125 - Corregir el ejemplo de
BottomSheeten Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/116112 - Corregir el tamaño del nodo de semántica de
Sliderpor @TahaTesser en https://github.com/flutter/flutter/pull/115285 - Se actualizó la documentación de
useMaterial3para incluir componentes M3 faltantes. por @darrenaustin en https://github.com/flutter/flutter/pull/116234 - Eliminar shrinkWrap de los ejemplos que no lo necesitan por @goderbauer en https://github.com/flutter/flutter/pull/116236
- Revertir "Añadir soporte de Material 3 para
TabBar" por @guidezpl en https://github.com/flutter/flutter/pull/116273 - [Reaplicar] Añadir soporte de Material 3 para
TabBarpor @TahaTesser en https://github.com/flutter/flutter/pull/116283 - snackbar M3 [reaplicar] por @esouthren en https://github.com/flutter/flutter/pull/116218
- Revertir "Corregir el tamaño del nodo de semántica de
Slider" por @CaseyHillers en https://github.com/flutter/flutter/pull/116294 - Actualizar CupertinoContextMenu a los elementos visuales de iOS 16 por @MitchellGoodwin en https://github.com/flutter/flutter/pull/110616
- Añadir ejemplo de
Sliderde Material 3 por @TahaTesser en https://github.com/flutter/flutter/pull/115638 - Se añadieron las propiedades
controlleryonSelecteda DropdownMenu por @QuncCccccc en https://github.com/flutter/flutter/pull/116259 - Revertir "Menú contextual de iOS 16" debido a mezcla de colores del tema por @justinmc en https://github.com/flutter/flutter/pull/116312
- Añadir aclaración a los docs de CupertinoUserInterfaceLevel por @MitchellGoodwin en https://github.com/flutter/flutter/pull/116371
- [CP] Corregir regresión de TalkBack en Snackbar por @zanderso en https://github.com/flutter/flutter/pull/116608
- Corregir salto de desplazamiento cuando se cancela la inercia de NestedScrollPosition. (#116… por @Piinks en https://github.com/flutter/flutter/pull/117343
- Corregir resaltado de
NavigationRail(#117320) por @Piinks en https://github.com/flutter/flutter/pull/117344 - Corregir que
InkRippleno respeterectCallbackal renderizar la tinta cir… por @Piinks en https://github.com/flutter/flutter/pull/117500
Herramientas
#- [flutter_tools] [dap] Añadir soporte para pasar variables de entorno a procesos generados por @DanTup en https://github.com/flutter/flutter/pull/107415
- [flutter_tools] Reemplazar enlace de doc roto sobre la incorporación v2 de android por @RoyARG02 en https://github.com/flutter/flutter/pull/107456
- Mejorar la velocidad de cobertura usando la nueva opción de caché para package:coverage por @jensjoha en https://github.com/flutter/flutter/pull/107395
- Verificar nombres de reglas del analyzer en lugar de descripciones en una prueba de flutter_tools por @jason-simmons en https://github.com/flutter/flutter/pull/107541
- [flutter_tools] Capturar XmlException más general en lugar de XmlParserException por @christopherfujino en https://github.com/flutter/flutter/pull/107574
- [flutter_tools] Hacer que la prueba de android gradle builder sea hermética por @christopherfujino en https://github.com/flutter/flutter/pull/107606
- Añadir migración de
UIApplicationSupportsIndirectInputEventspor @moffatman en https://github.com/flutter/flutter/pull/106889 - Verificar tipo de dispositivo usando platformType en lugar de comprobación de tipo para soportar dispositivos con proxy. por @chingjun en https://github.com/flutter/flutter/pull/107618
- [Windows] Eliminar el uso de
SETLOCAL ENABLEDELAYEDEXPANSIONde los scripts bat. por @moko256 en https://github.com/flutter/flutter/pull/106861 - Aumentar la versión mínima de macOS soportada por la aplicación de 10.11 a 10.13 por @jmagman en https://github.com/flutter/flutter/pull/107689
- [gen_l10n] Lanzar error cuando el archivo arb no exista por @thkim1011 en https://github.com/flutter/flutter/pull/107583
- [flutter_tools] corregir RangeError en gen-l10n comprobando cadenas vacías por @christopherfujino en https://github.com/flutter/flutter/pull/107604
- [flutter_tools] Migrar commands.shard/hermetic/doctor_test a null-safety y hacerlo hermético por @christopherfujino en https://github.com/flutter/flutter/pull/107670
- Leer la ruta de dart_plugin_registrant desde FlutterProject para soportar rutas no estándar. por @chingjun en https://github.com/flutter/flutter/pull/107617
- Pasar device-user en modo machine por @chingjun en https://github.com/flutter/flutter/pull/107747
- Validador de proyecto para dependencias de Pub por @Jasguerrero en https://github.com/flutter/flutter/pull/106895
- [flutter_tools] Eliminar el desorden (shuffle) de la prueba del doctor por @christopherfujino en https://github.com/flutter/flutter/pull/107744
- [flutter_tools] migrar clean_test a null-safety por @christopherfujino en https://github.com/flutter/flutter/pull/107750
- Revertir "Leer la ruta de dart_plugin_registrant desde FlutterProject para soportar rutas no estándar." por @christopherfujino en https://github.com/flutter/flutter/pull/107850
- [flutter_tools] Corregir errores de verificación nula en el comando attach por @christopherfujino en https://github.com/flutter/flutter/pull/107864
- [flutter_tool] Permitir includes relativos a la ruta del shader por @zanderso en https://github.com/flutter/flutter/pull/107862
- Proporcionar un mensaje de error más útil si una herramienta DAP no conforme (o usuario) envía una entrada incorrecta al servidor DAP por @DanTup en https://github.com/flutter/flutter/pull/107827
- [web][debug] Eliminar tiempos de espera de RequireJS para compilaciones de debug. por @ditman en https://github.com/flutter/flutter/pull/107868
- Ubicación del registrante de Dart por @chingjun en https://github.com/flutter/flutter/pull/107967
- Verificar caracteres no válidos en la ruta en la compilación de Windows por @yaakovschectman en https://github.com/flutter/flutter/pull/107949
- verificar pubspec en lugar de lib/ por @Jasguerrero en https://github.com/flutter/flutter/pull/107968
- [flutter_tools] añadir más depuración cuando pub get falla por @christopherfujino en https://github.com/flutter/flutter/pull/108062
- Eliminar conceptos obsoletos de Fuchsia por @richkadel en https://github.com/flutter/flutter/pull/107335
- [flutter_tools] Eliminar parámetro no utilizado al conectar DAP al VM Service por @DanTup en https://github.com/flutter/flutter/pull/108285
- [iOS] Actualizar íconos de plantilla por @RockerFlower en https://github.com/flutter/flutter/pull/107873
- Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar ejemplos/pruebas por @GaryQian en https://github.com/flutter/flutter/pull/108197
- Revertir "Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar ejemplos/pruebas" por @zanderso en https://github.com/flutter/flutter/pull/108349
- [flutter_tools] Eliminar más desordenes (shuffles) por @christopherfujino en https://github.com/flutter/flutter/pull/107759
- [flutter_tools] [dap] Asegurar que DAP envíe app.stop/app.detach durante la terminación por @DanTup en https://github.com/flutter/flutter/pull/108310
- Solo mostrar simuladores de iOS, reducir el exceso de salida en detallado (verbose) por @jmagman en https://github.com/flutter/flutter/pull/108345
- Establecer las fases del script de compilación de Xcode para ejecutarse siempre por @jmagman en https://github.com/flutter/flutter/pull/108331
- Solo ejecutar
pod installen la primera compilación de iOS por @jmagman en https://github.com/flutter/flutter/pull/108205 - [flutter_tools] Sugerir acciones para corregir
FlutterValidatorcon fallos por @RoyARG02 en https://github.com/flutter/flutter/pull/106355 - [gen_l10n] Advertir a los usuarios cuando los tipos de marcadores de posición se convierten a 'num' al usar pluralización por @thkim1011 en https://github.com/flutter/flutter/pull/108036
- Manejar mensaje de error actualizado cuando el dispositivo iOS está bloqueado por @jmagman en https://github.com/flutter/flutter/pull/108057
- Reaplicar "Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar benchmarks+ejemplos" por @GaryQian en https://github.com/flutter/flutter/pull/108355
- Revertir "Reaplicar "Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar benchmarks+ejemplos"" por @zanderso en https://github.com/flutter/flutter/pull/108407
- [flutter_tool] Incluir salida de impellerc en ShaderCompilerException por @zanderso en https://github.com/flutter/flutter/pull/108348
- Reaplicar "Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar benchmarks+ejemplos" #108355 por @GaryQian en https://github.com/flutter/flutter/pull/108472
- Revertir "Reaplicar "Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar benchmarks+ejemplos" #108355" por @Piinks en https://github.com/flutter/flutter/pull/108488
- Unificar opciones de análisis por @goderbauer en https://github.com/flutter/flutter/pull/108462
- Reaplicar "Actualizar versiones de Gradle y AGP a 7.5/7.2 y migrar benchmarks+ejemplos" #108472 por @GaryQian en https://github.com/flutter/flutter/pull/108510
- Eliminar doc para --ignore-deprecation y verificar pubspec antes de la comprobación de incorporación v1 por @GaryQian en https://github.com/flutter/flutter/pull/108523
- [flutter_tools] unir específico de flutter con la caché local por @Jasguerrero en https://github.com/flutter/flutter/pull/105343
- Ignorar violaciones de body_might_complete_normally_catch_error por @srawlins en https://github.com/flutter/flutter/pull/106563
- Añadir evento de uso cuando la aplicación iOS se archiva por @jmagman en https://github.com/flutter/flutter/pull/108643
- Añadir evento de uso cuando la aplicación macOS se archiva por @jmagman en https://github.com/flutter/flutter/pull/108651
- Usar el matcher
hasNoRemainingExpectationspara el administrador de procesos falsos en pruebas de la herramienta por @jmagman en https://github.com/flutter/flutter/pull/108649 - [flutter_tools] Probar que el proceso DAP se termina al final de una sesión por @DanTup en https://github.com/flutter/flutter/pull/108301
- corregir diagnósticos noop de toString() por @pq en https://github.com/flutter/flutter/pull/108836
- [flutter_tools] Migrar más pruebas de la herramienta a null-safety por @christopherfujino en https://github.com/flutter/flutter/pull/108639
- corregir que flutter no encuentre un dispositivo personalizado por @ardera en https://github.com/flutter/flutter/pull/108884
- [web] Añadir onEntrypointLoaded a FlutterLoader. por @ditman en https://github.com/flutter/flutter/pull/108776
- Volver a añadir las omisiones (ignores) de avoid_redundant_argument_values por @goderbauer en https://github.com/flutter/flutter/pull/108984
- Plantilla FFI de plugin eleva ffigen a 6.0.1 por @dcharkes en https://github.com/flutter/flutter/pull/108792
- [flutter_tools] refactorizar stringsArg por @amanv8060 en https://github.com/flutter/flutter/pull/105032
- [flutter_tools] asegurar que setAssetDirectory use ruta de windows por @jonahwilliams en https://github.com/flutter/flutter/pull/109021
- Actualizar paquetes por @guidezpl en https://github.com/flutter/flutter/pull/109054
- Añadir comillas al mensaje de error de versión de NDK de Gradle por @dcharkes en https://github.com/flutter/flutter/pull/109026
- [flutter_tools] soportar Hot Reload de assets de fuentes por @jonahwilliams en https://github.com/flutter/flutter/pull/109091
- [flutter_tools] Corregir fallo de la herramienta por casteo de mapa por @dnys1 en https://github.com/flutter/flutter/pull/107648
- [flutter_tools] Añade prueba del modo de archivo de salida de impellerc por @zanderso en https://github.com/flutter/flutter/pull/109190
- Añadir estado de validador de proyecto de información por @Jasguerrero en https://github.com/flutter/flutter/pull/109169
- [flutter_tools] Corregir condición de carrera con completer en devfs_web por @christopherfujino en https://github.com/flutter/flutter/pull/109059
- Desactivar métricas de jank para web por @Jasguerrero en https://github.com/flutter/flutter/pull/109356
- Corregir nombre de la app Transporter en los registros tras la carga por @xvrh en https://github.com/flutter/flutter/pull/107414
- Liberar librería incluso si falla la búsqueda de proc por @verath en https://github.com/flutter/flutter/pull/108312
- [flutter_tools] Fijar versión de path_provider_android por @christopherfujino en https://github.com/flutter/flutter/pull/109429
- Eliminar Ruby File.exists? deprecado en script auxiliar por @jmagman en https://github.com/flutter/flutter/pull/109428
- Actualizar AGP en
flutter.gradlea 7.2.0 y aumentar la versión por defecto del NDK por @GaryQian en https://github.com/flutter/flutter/pull/109211 - Introducir el parámetro simulado (stubbed)
exclusiveal método sobrescritoFile.createpor @aam en https://github.com/flutter/flutter/pull/109646 - [flutter_tools] Hacer que flutter test -v imprima los tiempos de diferentes fases por @jensjoha en https://github.com/flutter/flutter/pull/108864
- Generar sintaxis para registro de plugins que funcione tanto con como sin null safety. por @eyebrowsoffire en https://github.com/flutter/flutter/pull/109480
- Eliminar temporalmente una advertencia falsa hasta que se corrija por actualización de dwds por @annagrin en https://github.com/flutter/flutter/pull/109793
- eliminar el paso de --debugger-module-names al servidor del frontend por @annagrin en https://github.com/flutter/flutter/pull/109791
- [gen_l10n] Añadir opción para formatear archivos de localizaciones generados por @thkim1011 en https://github.com/flutter/flutter/pull/109171
- añadir validador de proyecto GeneralInfo para analizar --suggestions por @Jasguerrero en https://github.com/flutter/flutter/pull/109874
- [flutter_tools] Habilitar dispositivos personalizados en todos los canales por @zanderso en https://github.com/flutter/flutter/pull/109953
- [flutter_tools] Corregir _CastError en HotRunner._resetDirtyAssets por @christopherfujino en https://github.com/flutter/flutter/pull/108771
- [dap] No esperar a appStarted antes de responder a launch/attach + no llamar a app.stop para app no iniciada por @DanTup en https://github.com/flutter/flutter/pull/109386
- Plugin FFI eleva FFIgen a 6.1.2 por @dcharkes en https://github.com/flutter/flutter/pull/110246
- [flutter_tools] desfijar path_provider_android y hacer roll por @christopherfujino en https://github.com/flutter/flutter/pull/110216
- [web] corregir Hot Restart en el punto de entrada generado por
flutter createpor @yjbanov en https://github.com/flutter/flutter/pull/110229 - [flutter_tools] migrar algunos archivos a null safety por @jonahwilliams en https://github.com/flutter/flutter/pull/110354
- Mostrar salida de
pub getenflutter pub getpor @sigurdm en https://github.com/flutter/flutter/pull/106300 - Revertir "Mostrar salida de
pub getenflutter pub get" por @zanderso en https://github.com/flutter/flutter/pull/110478 - [flutter_tools] Obten mas artifacts arm64 en Apple Silicon por @zanderso en https://github.com/flutter/flutter/pull/110291
- [flutter_tools] migrar errores de gradle y prueba de proyecto a null safety por @jonahwilliams en https://github.com/flutter/flutter/pull/110530
- [Windows] Ocultar aplicación hasta que se dibuje el primer fotograma por @loic-sharma en https://github.com/flutter/flutter/pull/109816
- [Windows] añadir omisiones (ignores) de plugins generados por @hlwhl en https://github.com/flutter/flutter/pull/109973
- Soportar engines locales de arquitectura única para 'build macos-framework' y 'ios-framework' por @jmagman en https://github.com/flutter/flutter/pull/110564
- Hacer que las pruebas de módulos pasen en Xcode 14 por @jmagman en https://github.com/flutter/flutter/pull/110556
- Usar UriConverter del contexto para prueba por @helin24 en https://github.com/flutter/flutter/pull/110539
- [flutter_tools] Generar localizaciones al hacer
flutter runpara web por @thkim1011 en https://github.com/flutter/flutter/pull/110526 - Rastrear plataforma en MigratePlaformConfig y hacer obligatorio el archivo de metadatos proporcionado por @GaryQian en https://github.com/flutter/flutter/pull/110540
- [flutter_tools] cambiar la forma en que se calcula la versión en master por @christopherfujino en https://github.com/flutter/flutter/pull/110791
- [tool] Corregir regresión de flutter.js con Hot Reload en la inicialización basada en promesas. por @ditman en https://github.com/flutter/flutter/pull/110805
- Eliminar .packages erróneo por @guidezpl en https://github.com/flutter/flutter/pull/110749
- Elevar SDK de android a 33 por @GaryQian en https://github.com/flutter/flutter/pull/109583
- [flutter_tools] Instanciar ganchos (hooks) de cierre antes de localfilesystem por @christopherfujino en https://github.com/flutter/flutter/pull/110693
- Actualizar manualmente la versión de DWDS a
v.16.0.0por @elliette en https://github.com/flutter/flutter/pull/110822 - Actualizar referencia de problema para pruebas de Hot Restart omitidas por @annagrin en https://github.com/flutter/flutter/pull/110881
- [Windows] Usar barra de título oscura en el tema oscuro del sistema por @loic-sharma en https://github.com/flutter/flutter/pull/110615
- Revertir "[Windows] Usar barra de título oscura en el tema oscuro del sistema" por @jmagman en https://github.com/flutter/flutter/pull/110890
- Feat: información de depuración dSYM para compilaciones de iOS y macOS por @vaind en https://github.com/flutter/flutter/pull/101586
- Migración a null safety de packages/flutter_tools/test/commands.shard/permeable por @liamappelbe en https://github.com/flutter/flutter/pull/110710
- Migración a null safety de packages/flutter_tools/test/commands.shard/hermetic, parte 3/3 por @liamappelbe en https://github.com/flutter/flutter/pull/110709
- Migración a null safety de packages/flutter_tools/test/commands.shard/hermetic, parte 2/3 por @liamappelbe en https://github.com/flutter/flutter/pull/110708
- Migración a null safety de packages/flutter_tools/test/web.shard por @liamappelbe en https://github.com/flutter/flutter/pull/110713
- Migración a null safety de packages/flutter_tools/test/commands.shard/hermetic, parte 1/3 por @liamappelbe en https://github.com/flutter/flutter/pull/110707
- Actualizar advertencias de null safety en preparación para Dart 3 por @mit-mit en https://github.com/flutter/flutter/pull/110998
- Migración a null safety de packages/flutter_tools/test/general.shard, parte 2/2 por @liamappelbe en https://github.com/flutter/flutter/pull/110712
- Reaplicar: Mostrar salida de pub get en flutter pub get por @sigurdm en https://github.com/flutter/flutter/pull/110851
- Verificación de versión de Windows en doctor por @eliasyishak en https://github.com/flutter/flutter/pull/110013
- Migración a null safety de packages/flutter_tools/test/general.shard, parte 1/2 por @liamappelbe en https://github.com/flutter/flutter/pull/110711
- [flutter_tools] añadir depuración de prueba para #111272 por @christopherfujino en https://github.com/flutter/flutter/pull/111280
- refactorizar: eliminar todos los símbolos locales del App.framework de macOS e iOS - reduce el tamaño de la app por @vaind en https://github.com/flutter/flutter/pull/111264
- Eliminar directorios .pub de las plantillas iml por @natebosch en https://github.com/flutter/flutter/pull/109622
- [Windows] Usar barra de título oscura en el tema oscuro del sistema por @loic-sharma en https://github.com/flutter/flutter/pull/111042
- [flutter_tools] Fijar versión de url_launcher_android y actualizar paquetes por @christopherfujino en https://github.com/flutter/flutter/pull/111309
- [flutter_tools] filtrar "Resolving dependencies..." de la salida de dart pub get para corregir inestabilidad en pruebas por @christopherfujino en https://github.com/flutter/flutter/pull/111312
- Migración a null safety de packages/flutter_tools/bin por @liamappelbe en https://github.com/flutter/flutter/pull/110706
- Revertir "Migración a null safety de packages/flutter_tools/bin" por @zanderso en https://github.com/flutter/flutter/pull/111506
- dejar que la salida del plugin se genere en flutter/.android/plugins_build_output/${androidPlugin.name} por @chunfengyao en https://github.com/flutter/flutter/pull/94645
- gestión de errores cuando se proporciona ruta a directorio en lugar de archivo por @eliasyishak en https://github.com/flutter/flutter/pull/109796
- [flutter_tools] reducir tiempo de espera de doctor para depurar 111686 por @christopherfujino en https://github.com/flutter/flutter/pull/111687
- [flutter_tools] corregir error de mal estado en AndroidSdk.reinitialize por @christopherfujino en https://github.com/flutter/flutter/pull/111527
- Retornar nulo en lugar de caer fuera del manejador catchError anulable de onError. por @srawlins en https://github.com/flutter/flutter/pull/111581
- No firmar código de paquetes de recursos de pods de iOS de dependencias transitivas por @jmagman en https://github.com/flutter/flutter/pull/111714
- Reaplicar "Migración a null safety de packages/flutter_tools/bin" por @liamappelbe en https://github.com/flutter/flutter/pull/111756
- Iniciar flutter más rápido (script envolvente más rápido en Windows) por @jensjoha en https://github.com/flutter/flutter/pull/111465
- Iniciar
fluttermás rápido (solo acceder a globals.deviceManager si realmente se configura algo) por @jensjoha en https://github.com/flutter/flutter/pull/111461 - Iniciar
fluttermás rápido (usar instantánea app-jit) por @jensjoha en https://github.com/flutter/flutter/pull/111459 - corregir para prueba de analyze inestable (flakey) por @eliasyishak en https://github.com/flutter/flutter/pull/111895
- [flutter_tools] Corregir error de tipo en ChromiumDevice.startApp por @christopherfujino en https://github.com/flutter/flutter/pull/111935
- Refactorizar
DeviceManager.findTargetDevices()yFlutterCommand.findAllTargetDevices(), y añadir una bandera para no mostrar la solicitud (prompt). por @chingjun en https://github.com/flutter/flutter/pull/112223 - [tool] Propuesta para soportar configuración de dart define desde un archivo json por @hai046 en https://github.com/flutter/flutter/pull/108098
- Corregir error de null safety en fuchsia_tester.dart por @liamappelbe en https://github.com/flutter/flutter/pull/112414
- Ajustar los criterios de detección de variantes de assets para incluir únicamente variantes device-pixel-ratio por @andrewkolos en https://github.com/flutter/flutter/pull/110721
- Usar comprobación de existencia de directorio en lugar de path.dirname por @Jasguerrero en https://github.com/flutter/flutter/pull/112219
- Tratar assets como variantes solo si comparten el mismo nombre de archivo por @jason-simmons en https://github.com/flutter/flutter/pull/112602
- Enviar notificaciones de progreso a los clientes durante Hot Reload / Hot Restart por @DanTup en https://github.com/flutter/flutter/pull/112455
- Migrar flutter_tools para usar package:coverage por @liamappelbe en https://github.com/flutter/flutter/pull/111681
- Retornar objetos respaldados por ErrorHandlingFileSystem en las APIs de archivos/directorios de ErrorHandlingFileSystem por @jason-simmons en https://github.com/flutter/flutter/pull/112673
- [flutter_tools] almacenar en caché más directorios por @jonahwilliams en https://github.com/flutter/flutter/pull/112651
- [flutter_tools] comando analyze --suggestions --machine por @GaryQian en https://github.com/flutter/flutter/pull/112217
- Desactivar bitcode en proyectos de Xcode de iOS existentes por @jmagman en https://github.com/flutter/flutter/pull/112828
- Dejar de incrustar bitcode para iOS en la herramienta por @jmagman en https://github.com/flutter/flutter/pull/112831
- Revertir convención de nombres de archivos de archivos .aar para soportar coincidencia difusa en build.gradle por @JunhuaLin en https://github.com/flutter/flutter/pull/112149
- Retornar void desde migrate() del proyecto por @jmagman en https://github.com/flutter/flutter/pull/112897
- mejorar la depuración cuando la llamada a dart pub get falla por @christopherfujino en https://github.com/flutter/flutter/pull/112968
- Al actualizar paquetes, no eliminar el directorio de SDK simulado hasta que todas las invocaciones de pub hayan finalizado por @jason-simmons en https://github.com/flutter/flutter/pull/112975
- Añadir nota de deprecación de bitcode para desarrolladores de iOS en add-to-app por @jmagman en https://github.com/flutter/flutter/pull/112900
- Actualizar targetSdkVersion y compileSdkVersion a 33 por @GaryQian en https://github.com/flutter/flutter/pull/112936
- Revertir "Actualizar targetSdkVersion y compileSdkVersion a 33" por @zanderso en https://github.com/flutter/flutter/pull/113064
- [flutter_tool] No descargar CanvasKit si ya está en flutter_web_sdk por @hterkelsen en https://github.com/flutter/flutter/pull/113072
- Corregir problema #112983 por @domesticmouse en https://github.com/flutter/flutter/pull/112985
- Mezclar el orden de las operaciones de flutter.gradle por @GaryQian en https://github.com/flutter/flutter/pull/111747
- BufferLogger debería registrar la traza de la pila (stacktrace) por @jmagman en https://github.com/flutter/flutter/pull/113240
- Escribir informe de fallos en el directorio temporal si falla la escritura en CWD. por @chingjun en https://github.com/flutter/flutter/pull/113316
- Corregir nulabilidad de la cadena de versión de Android Studio, simular AndroidStudio en prueba por @jmagman en https://github.com/flutter/flutter/pull/113295
- Habilitar banderas de impeller para el simulador de iOS por @jmagman en https://github.com/flutter/flutter/pull/113350
- Hacer AndroidApk anulable en stopApp. por @chingjun en https://github.com/flutter/flutter/pull/113353
- Manejar caso de excepción nula en ProxiedDevice.stopApp. por @chingjun en https://github.com/flutter/flutter/pull/113317
- Soportar la bandera --no-devtools en "flutter run --machine" por @jason-simmons en https://github.com/flutter/flutter/pull/113414
- Mostrar errores de compilación de Xcode al final del build, suprimir stdout y stderr de Xcode por @jmagman en https://github.com/flutter/flutter/pull/113302
- [tool] ⚡️ Instalar el APK correspondiente en
flutter runpor @AlexV525 en https://github.com/flutter/flutter/pull/112768 - Revertir "[tool] ⚡️ Instalar el APK correspondiente en
flutter run" por @godofredoc en https://github.com/flutter/flutter/pull/113614 - Comando Attach con inyección de dependencias por @Jasguerrero en https://github.com/flutter/flutter/pull/113227
- Eliminar archivos de Objective-C de plugins Swift por @jmagman en https://github.com/flutter/flutter/pull/113585
- Terminar aplicación de simulador con "q" por @jmagman en https://github.com/flutter/flutter/pull/113581
- [tool] Instalar el APK correspondiente en
flutter runpor @AlexV525 en https://github.com/flutter/flutter/pull/113622 - [Impeller] Compilar shaders de etapa de tiempo de ejecución de Impeller en iOS cuando Impeller está habilitado por @bdero en https://github.com/flutter/flutter/pull/113689
- [flutter_tools] Implementar NotifyingLogger.supportsColor por @christopherfujino en https://github.com/flutter/flutter/pull/113635
- Validar ejecutables en la ruta en doctor por @christopherfujino en https://github.com/flutter/flutter/pull/113106
- [web] Usar TrustedTypes en flutter.js y otras herramientas por @ditman en https://github.com/flutter/flutter/pull/112969
- Evitar crear literales de mapa en la comprobación multidex de
flutter.gradlepor @GaryQian en https://github.com/flutter/flutter/pull/113845 - Corregir --local-engine para el nuevo modo web/wasm por @mdebbar en https://github.com/flutter/flutter/pull/113759
- Añadir --empty al comando flutter create por @gspencergoog en https://github.com/flutter/flutter/pull/113873
- Añadir cobertura de ramas a flutter test por @liamappelbe en https://github.com/flutter/flutter/pull/113802
- Añadir soporte para compilación de expresiones al depurar pruebas de integración por @DanTup en https://github.com/flutter/flutter/pull/113481
- Actualizar gradle para flutter tool a 7.3.0 por @GaryQian en https://github.com/flutter/flutter/pull/114023
- [macOS] El proyecto de Flavors lanza
no flavor specifiedal crear un proyecto. por @a-wallen en https://github.com/flutter/flutter/pull/113979 - Verificar acompañante de watch en la configuración de compilación por @vashworth en https://github.com/flutter/flutter/pull/113956
- Revertir "Verificar acompañante de watch en la configuración de compilación" por @jmagman en https://github.com/flutter/flutter/pull/114035
- No especificar el argumento libraries-spec si estamos pasando un dill de plataforma. por @eyebrowsoffire en https://github.com/flutter/flutter/pull/114045
- [flutter_tools] Desacoplar comprobación fatal-warnings de fatal-infos por @lubritto en https://github.com/flutter/flutter/pull/113748
- Revertir parte de "Terminar aplicación de simulador con "q" (#113581)" por @jmagman en https://github.com/flutter/flutter/pull/114083
- [flutter_tools] permitir que flutter drive tome capturas de pantalla al recibir una señal de terminación por @christopherfujino en https://github.com/flutter/flutter/pull/114118
- Corregir error tipográfico en flutter.gradle por @akhial en https://github.com/flutter/flutter/pull/114143
- Verificar acompañante de watch en la configuración de compilación por @vashworth en https://github.com/flutter/flutter/pull/114078
- Terminar aplicación de simulador con "q" por @jmagman en https://github.com/flutter/flutter/pull/114114
- Hacer
Loggerrequerido cuando se inyecta en flutter_tool por @jmagman en https://github.com/flutter/flutter/pull/114111 - Corregir NPE en el recolector de cobertura por @liamappelbe en https://github.com/flutter/flutter/pull/114177
- [flutter_tools] Añadir soporte para compilar shaders a un paquete JSON para web por @jonahwilliams en https://github.com/flutter/flutter/pull/114295
- Eliminar código de flutter_migrate por @GaryQian en https://github.com/flutter/flutter/pull/114253
- [flutter_tools] Introducir opción de argumento para especificar el directorio de salida para web por @eliasyishak en https://github.com/flutter/flutter/pull/113076
- Invocar siempre el objetivo de shader ios de impeller por @jonahwilliams en https://github.com/flutter/flutter/pull/114451
- [flutter_tools/dap] Mapear URIs org-dartlang-sdk a la ubicación de los archivos fuente encontrados por el analyzer por @DanTup en https://github.com/flutter/flutter/pull/114369
- [flutter_tools/dap] Añadir una clase base adaptadora de Flutter para evitar duplicaciones entre adaptadores por @DanTup en https://github.com/flutter/flutter/pull/114533
- [flutter_tools] proporcionar opción --timeout a flutter drive por @christopherfujino en https://github.com/flutter/flutter/pull/114458
- [tools] validación de la configuración básica de Xcode para compilar ipa por @hellohuanlin en https://github.com/flutter/flutter/pull/113412
- Revertir "[tools] validación de la configuración básica de Xcode para compilar ipa" por @zanderso en https://github.com/flutter/flutter/pull/114615
- No asumir que pub es el primer comando ejecutado por "flutter create" por @jason-simmons en https://github.com/flutter/flutter/pull/114621
- [tools] reaplicar validación de la configuración básica de Xcode para compilar ipa por @hellohuanlin en https://github.com/flutter/flutter/pull/114634
- Cambiar algunos parámetros anulables requeridos en la herramienta a no nulos por @jmagman en https://github.com/flutter/flutter/pull/114115
- Cambiar la forma en que recuperamos el vm_service_port desde /hub a iquery, en el dispositivo. por @naudzghebre en https://github.com/flutter/flutter/pull/114637
- Revertir "Cambiar la forma en que recuperamos el vm_service_port desde /hub a i…" por @cbracken en https://github.com/flutter/flutter/pull/114715
- Analizador de Sintaxis de Mensajes ICU por @thkim1011 en https://github.com/flutter/flutter/pull/112390
- Corregir prueba nada-que-actualizar en migración de macOS por @cbracken en https://github.com/flutter/flutter/pull/114703
- Aumentar la versión mínima soportada de macOS de 10.13 a 10.14 por @cbracken en https://github.com/flutter/flutter/pull/114713
- al obtener xcworkspace, excluir archivos ocultos por @vashworth en https://github.com/flutter/flutter/pull/114099
- [flutter_tools] añadir pruebas de fallos de compilación para nuevos casos añadidos en impellerc por @jonahwilliams en https://github.com/flutter/flutter/pull/114757
- Cambiar la forma en que recuperamos el vm_service_port desde /hub a iquery, en el dispositivo. por @naudzghebre en https://github.com/flutter/flutter/pull/114834
- [tool] Soportar la opción
--flavorparaflutter install. por @a-wallen en https://github.com/flutter/flutter/pull/114048 - Inyección de dependencias para el comando Build por @Jasguerrero en https://github.com/flutter/flutter/pull/114383
- Aplicar configuración multidex en archivo gradle dsl de kotlin por @GaryQian en https://github.com/flutter/flutter/pull/114660
- Añadir más opciones de depuración soportadas en simuladores y mejorar pruebas por @vashworth en https://github.com/flutter/flutter/pull/114628
- [flutter_tools/dap] Añadir soporte para reenviar solicitudes exposeUrl de
flutter run --machineal cliente DAP por @DanTup en https://github.com/flutter/flutter/pull/114539 - Hacer roll del artifact de iOS ios-deploy a la versión de corte arm por @jmagman en https://github.com/flutter/flutter/pull/115042
- Evitar que las pruebas produzcan archivos dill junto al archivo de prueba por @DanTup en https://github.com/flutter/flutter/pull/115075
- Incluir stdout en la salida de fallos de firmas de código (codesign) por @jmagman en https://github.com/flutter/flutter/pull/115115
- tarea: habilitar el flujo de trabajo de Flutter Android en aarch64 por @TheOneWithTheBraid en https://github.com/flutter/flutter/pull/113829
- Mencionar explícitamente enlaces de documentación en "flutter create" por @Hixie en https://github.com/flutter/flutter/pull/114181
- [flutter_tools] soportar reportero de github por @jonahwilliams en https://github.com/flutter/flutter/pull/115137
- [flutter_tools] Corregir para que el valor establecido por
--dart-define-from-filese pueda pasar a Gradle por @blendthink en https://github.com/flutter/flutter/pull/114297 - [web] Añadir la bandera
--local-web-sdky usar kernels de plataforma precompilados para dart2js y ddc por @eyebrowsoffire en https://github.com/flutter/flutter/pull/114639 - Revertir "[web] Añadir la bandera
--local-web-sdky usar kernels de plataforma precompilados para dart2js y ddc" por @jonahwilliams en https://github.com/flutter/flutter/pull/115242 - No eliminar los sufijos de arquitectura del local-engine anfitrión por @jmagman en https://github.com/flutter/flutter/pull/115320
- [flutter_tools] añadir prueba de compilación uint por @jonahwilliams en https://github.com/flutter/flutter/pull/115317
- [tools] Corregir violación de linter en la plantilla plugin_ffi por @dcharkes en https://github.com/flutter/flutter/pull/115356
- Eliminar referencia del canal dev en el error de compilación de ios-frameworks por @jmagman en https://github.com/flutter/flutter/pull/115166
- Crear un alias main para el canal master. por @godofredoc en https://github.com/flutter/flutter/pull/115388
- eliminando valores por defecto para [reporter] y [timeout] en flutter test por @eliasyishak en https://github.com/flutter/flutter/pull/115160
- [flutter_tools] eliminar todas las omisiones (ignores) de body_might_complete_normally_catch_error por @christopherfujino en https://github.com/flutter/flutter/pull/115184
- [tools] build ipa valida archivos de icono de plantilla por @hellohuanlin en https://github.com/flutter/flutter/pull/114841
- Eliminar argumentos redundantes pasados a constructores de fábrica redirigidos por @srawlins en https://github.com/flutter/flutter/pull/115497
- Actualizar package:pub_semver a la última versión por @devoncarew en https://github.com/flutter/flutter/pull/115570
- [flutter_tools] Fijar package:archive y hacer roll manual por @christopherfujino en https://github.com/flutter/flutter/pull/115662
- [flutter_tools] Añadir flutter update-packages --synthetic-package-path por @christopherfujino en https://github.com/flutter/flutter/pull/115665
- Se actualizó la URL de la versión de kotlinlang. por @gaaclarke en https://github.com/flutter/flutter/pull/115782
- [flutter_tool] Añade la bandera --enable-dart-profiling por @zanderso en https://github.com/flutter/flutter/pull/115863
- [flutter_tools] Añadir banderas --dump-info, --no-frequency-based-minification por @kevmoo en https://github.com/flutter/flutter/pull/115862
- Refactorizar clase Message para contener todas las traducciones por @thkim1011 en https://github.com/flutter/flutter/pull/115506
- [flutter_tools] usar ruta absoluta para la librería de shaders por @jonahwilliams en https://github.com/flutter/flutter/pull/116123
- Añadir opción de escape para sintaxis ICU MessageFormat por @thkim1011 en https://github.com/flutter/flutter/pull/116137
- [tools] build ipa valida tamaño del icono de la app por @hellohuanlin en https://github.com/flutter/flutter/pull/115594
- [flutter_tools] normalizar mayúsculas y minúsculas de rutas de archivos de windows en flutter validator por @christopherfujino en https://github.com/flutter/flutter/pull/115889
- [flutter_tools] añadir traza de debug al compilar dart2js por @christopherfujino en https://github.com/flutter/flutter/pull/116238
- [flutter_tools] Reenviar evento app.webLaunchUrl de Flutter a clientes DAP por @DanTup en https://github.com/flutter/flutter/pull/116275
- [flutter_tools] añadir mensaje de deprecación para "flutter format" por @christopherfujino en https://github.com/flutter/flutter/pull/116145
- [gen_l10n] Mejoras en
gen_l10npor @thkim1011 en https://github.com/flutter/flutter/pull/116202 - Reaplicar "Actualizar targetSdkVersion y compileSdkVersion a 33" por @GaryQian en https://github.com/flutter/flutter/pull/116146
- Sugerir Rosetta cuando no se pueda ejecutar un binario x64 por @jmagman en https://github.com/flutter/flutter/pull/114558
- Elimina reintentos de "dart pub get" y desamortigua (un-buffers) su salida de stdout/stderr por @nehalvpatel en https://github.com/flutter/flutter/pull/115801
- [flutter_tools] desactivar compilación web de shaders por @jonahwilliams en https://github.com/flutter/flutter/pull/116368
- [flutter_tools] no incluir shaders de material en compilaciones web (#116538) por @jonahwilliams en https://github.com/flutter/flutter/pull/116554
- [CP] [flutter_tools] Añadir soporte para remap sampler (#116861) por @jonahwilliams en https://github.com/flutter/flutter/pull/116922
macOS
#- Actualizar CI para usar Xcode 14 beta 5 por @jmagman en https://github.com/flutter/flutter/pull/110302
- Eliminar soluciones alternativas de Apple Silicon de la prueba de linter del plugin por @jmagman en https://github.com/flutter/flutter/pull/111432
- Actualizar nombre de visualización de la galería de macOS por @jmagman en https://github.com/flutter/flutter/pull/113658
Nuevos colaboradores
#- @talisk realizó su primera contribución en https://github.com/flutter/flutter/pull/107221
- @0xba1 realizó su primera contribución en https://github.com/flutter/flutter/pull/107836
- @foongsq realizó su primera contribución en https://github.com/flutter/flutter/pull/107201
- @NikosTsesmelis realizó su primera contribución en https://github.com/flutter/flutter/pull/105958
- @yaakovschectman realizó su primera contribución en https://github.com/flutter/flutter/pull/107949
- @richkadel realizó su primera contribución en https://github.com/flutter/flutter/pull/107335
- @nbayati realizó su primera contribución en https://github.com/flutter/flutter/pull/107568
- @RockerFlower realizó su primera contribución en https://github.com/flutter/flutter/pull/107873
- @polina-c realizó su primera contribución en https://github.com/flutter/flutter/pull/108234
- @snat-s realizó su primera contribución en https://github.com/flutter/flutter/pull/107738
- @pdblasi-google realizó su primera contribución en https://github.com/flutter/flutter/pull/108573
- @parkershepherd realizó su primera contribución en https://github.com/flutter/flutter/pull/108843
- @Stitch-Taotao realizó su primera contribución en https://github.com/flutter/flutter/pull/108659
- @otto-dev realizó su primera contribución en https://github.com/flutter/flutter/pull/108710
- @dnys1 realizó su primera contribución en https://github.com/flutter/flutter/pull/107648
- @verath realizó su primera contribución en https://github.com/flutter/flutter/pull/108312
- @limonadev realizó su primera contribución en https://github.com/flutter/flutter/pull/103753
- @eggfly realizó su primera contribución en https://github.com/flutter/flutter/pull/110077
- @newtaDev realizó su primera contribución en https://github.com/flutter/flutter/pull/103620
- @FluentCoding realizó su primera contribución en https://github.com/flutter/flutter/pull/110096
- @ankur2136 realizó su primera contribución en https://github.com/flutter/flutter/pull/109784
- @akshdeep-singh realizó su primera contribución en https://github.com/flutter/flutter/pull/109808
- @hlwhl realizó su primera contribución en https://github.com/flutter/flutter/pull/109973
- @vaind realizó su primera contribución en https://github.com/flutter/flutter/pull/101586
- @eliasyishak realizó su primera contribución en https://github.com/flutter/flutter/pull/110013
- @tomgilder realizó su primera contribución en https://github.com/flutter/flutter/pull/110985
- @alestiago realizó su primera contribución en https://github.com/flutter/flutter/pull/111034
- @prateekbytes realizó su primera contribución en https://github.com/flutter/flutter/pull/111401
- @NazarenoCavazzon realizó su primera contribución en https://github.com/flutter/flutter/pull/109014
- @talamaska realizó su primera contribución en https://github.com/flutter/flutter/pull/107924
- @codeforce-dev realizó su primera contribución en https://github.com/flutter/flutter/pull/109443
- @yunusemrebakir realizó su primera contribución en https://github.com/flutter/flutter/pull/106274
- @Mayb3Nots realizó su primera contribución en https://github.com/flutter/flutter/pull/110908
- @robiness realizó su primera contribución en https://github.com/flutter/flutter/pull/112137
- @hai046 realizó su primera contribución en https://github.com/flutter/flutter/pull/108098
- @sarannng realizó su primera contribución en https://github.com/flutter/flutter/pull/112454
- @DattatreyaReddy realizó su primera contribución en https://github.com/flutter/flutter/pull/112218
- @JunhuaLin realizó su primera contribución en https://github.com/flutter/flutter/pull/112149
- @Hardeepsingh980 realizó su primera contribución en https://github.com/flutter/flutter/pull/83994
- @math1man realizó su primera contribución en https://github.com/flutter/flutter/pull/112548
- @The-Redhat realizó su primera contribución en https://github.com/flutter/flutter/pull/108112
- @alex-sandri realizó su primera contribución en https://github.com/flutter/flutter/pull/113010
- @AbhiShake1 realizó su primera contribución en https://github.com/flutter/flutter/pull/113485
- @TzviPM realizó su primera contribución en https://github.com/flutter/flutter/pull/113404
- @Oleh-Sv realizó su primera contribución en https://github.com/flutter/flutter/pull/113237
- @ksballetba realizó su primera contribución en https://github.com/flutter/flutter/pull/109136
- @youssefali424 realizó su primera contribución en https://github.com/flutter/flutter/pull/113214
- @kyeshmz realizó su primera contribución en https://github.com/flutter/flutter/pull/109650
- @Pourqavam realizó su primera contribución en https://github.com/flutter/flutter/pull/105966
- @lubritto realizó su primera contribución en https://github.com/flutter/flutter/pull/113748
- @akhial realizó su primera contribución en https://github.com/flutter/flutter/pull/114143
- @elbeicktalat realizó su primera contribución en https://github.com/flutter/flutter/pull/106525
- @naudzghebre realizó su primera contribución en https://github.com/flutter/flutter/pull/114637
- @blendthink realizó su primera contribución en https://github.com/flutter/flutter/pull/114297
- @jakubfijalkowski realizó su primera contribución en https://github.com/flutter/flutter/pull/113969
- @srujzs realizó su primera contribución en https://github.com/flutter/flutter/pull/115094
- @jgoyvaerts realizó su primera contribución en https://github.com/flutter/flutter/pull/115240
Registro de cambios completo: https://github.com/flutter/flutter/compare/3.3.0...3.7.0-1.4.pre
A menos que se indique lo contrario, la documentación de este sitio refleja Flutter 3.44.0. Página actualizada por última vez el 2026-05-05. Ver código fuente oreportar un problema.