조용한 담장

Flutter 1.17 본문

Flutter

Flutter 1.17

iosroid 2020. 5. 7. 15:18

Announcing Flutter 1.17

 

Announcing Flutter 1.17

Includes Metal support for faster iOS performance, new Material components, new Network tracking tooling and more!

medium.com

기본 네비게이션의 경우 20~37% 성능향상

단순 iOS 애니메이션의 경우 CPU/GPU 의 40% 사용 감소

app 크기 감소, 예제 Flutter Gallery 안드로이드앱의 경우 9.6MB 에서 8.1MB 18.5% 축소

큰 이미지를 빠르게 스크롤링 하는 경우 70% 메모리 사용 감소

iOS 앱은 Metal 을 지원하는 기기인 경우 OpenGL 대신 기본으로 사용. 50% 까지 렌더링 성능향상

NavigationRail widget 추가

showDatePicker widget 추가

new Material motion specification 이 적용된 새로운 animation package

Type Scale portion of the 2018 Material Design specification 구현

new Google Fonts for Flutter v1.0 release

Accessibility 성능 향상

Samsung keyboard IMEs 버그 수정

 

'Flutter' 카테고리의 다른 글

Flutter: device_apps package  (0) 2020.06.11
Flutter: New Material Motion  (0) 2020.05.22
Flutter Open Source App 1 : Time Cop  (0) 2020.04.02
WHO 에서 Flutter 로 앱 개발 중  (0) 2020.03.27
Flutter: Staggered Animations  (0) 2020.02.19
Comments