Flutter 3.47에서 Material과 Cupertino UI가 분리되고 Impeller가 기본화됨.
Flutter 3.47 버전에서는 새로운 위젯 추가보다 Material/Cupertino 디자인 시스템의 SDK 분리가 중요한 변화로 소개되었습니다. 이제 <code>material_ui</code>와 <code>cupertino_ui</code>가 독립 패키지로 출시되어 Flutter SDK 구조와 기본값이 달라졌습니다. 또한 데스크톱에서 Impeller가 기본으로 설정되는 등의 변화도 포함되어 있습니다.
Flutter 3.47 separates Material/Cupertino UI and makes Impeller the default for desktop.
Flutter version 3.47 highlights structural changes over new widget additions, focusing on the separation of the Material/Cupertino design systems. The <code>material_ui</code> and <code>cupertino_ui</code> have been released as independent packages. Additionally, Impeller has become the default engine for desktop applications, marking significant changes in the Flutter SDK's structure and defaults.