[Flutter] Flutter 3.7.7

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

Flutter 3.7.7이 안정 채널에 출시되었음을 기쁘게 알려드립니다. 이번 릴리스에는 다음과 같은 핫픽스가 포함되어 있습니다:

dart/121270 - 모바일 기기에서 RegExp를 특정 방식으로 사용하면 VM 충돌이 발생하는 문제를 해결합니다.

flutter/121256 - Android 사용자가 add2app을 사용할 수 없는 문제를 해결하기 위해 build/host/apk/app-debug.apk를 찾을 수 없는 문제를 수정합니다.

flutter/120455 - 캐시된 DisplayList 투명도 상속 수정을 수행합니다.

최신 버전을 받으려면 'flutter upgrade'를 실행하십시오.

원문

We are pleased to announce the release of Flutter 3.7.7 to the stable channel; this release contains the following hotfixes:

dart/121270 - Fixes mobile devices vm crashes caused by particular use of RegExp on mobile devices.

flutter/121256 Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk.

flutter/120455 Cached DisplayList opacity inheritance fix.

In order to get the latest, run ‘flutter upgrade’.

profile
안녕하세요 ^^

0개의 댓글