[Flutter] Flutter 3.10.5

김강민·2023년 6월 14일
0
post-thumbnail

안정적인 채널에 Flutter 3.10.5 릴리스를 발표하게 되어 기쁩니다. 이 핫픽스 릴리스는 다음 문제를 해결합니다.

flutter/127628 - AGP 8.0을 사용할 때 integration_test를 사용할 수 없는 문제를 수정합니다 .
flutter/126043 - Flutter 모듈을 생성할 때 Android에서 앱에 추가를 시도할 때 발생하는 오류를 수정합니다 .
flutter/127090 - 픽셀 밀도가 낮은 장치에서 자산이 제대로 표시되지 않는 문제를 수정합니다.
flutter/128320 - Microsoft IIS에서 제공할 때 이미지 자산이 표시되지 않는 문제를 수정합니다.
dart/52403 - Flutter 웹 빌드 중에 dart2js ListFactorySpecializer 에서 충돌로 나타날 수 있는 프런트엔드의 잘못된 캐스트를 수정합니다 .
dart/1224 - 필드가 없는 nullable 레코드 유형의 서식을 처리합니다.
dart/52480 - 개발 모드에서 웹을 타겟팅할 때 레코드를 사용할 때 발생하는 오류를 수정합니다.
최신 버전을 받으려면 'flutter upgrade'를 실행하세요.

원문

We are pleased to announce the release of Flutter 3.10.5 to the stable channel; This hotfix release addresses the following issues:

flutter/127628 - Fixes an issue preventing the use of integration_test when using AGP 8.0.
flutter/126043 - Fixes an error encountered when attempting to use add-to-app on Android when generating Flutter modules.
flutter/127090 - Fixes an issue preventing assets from being displayed properly on low pixel density devices.
flutter/128320 - Fixes an issue where image assets are not displayed when serving with Microsoft IIS.
dart/52403 - Fixes a bad cast in the frontend which can manifest as a crash in the dart2js ListFactorySpecializer during Flutter web builds.
dart/1224 - Handles formatting nullable record types with no fields.
dart/52480 - Fixes error when using records when targeting the web in development mode.
In order to get the latest, run ‘flutter upgrade’.

profile
안녕하세요 ^^

0개의 댓글