- 웹을 stable channel에서 지원
- null safety (optional) 지원
- desktop 지원
Announcing Flutter 2
Our next generation of Flutter, built for web, mobile, and desktop Today, we're announcing Flutter 2: a major upgrade to Flutter that enables developers to create beautiful, fast, and portable apps for any platform.
https://developers.googleblog.com/2021/03/announcing-flutter-2.html?utm_source=tldrnewsletter

Flutter 2.0 FVM 으로 여러개의 Flutter 버전 관리하기
어제 Flutter 2.0 버전 및 Dart 2.12 버전에서 추가된 Null Safety 기능에 대해 말씀 드렸었습니다. 이번시간에는 Flutter 2.0 에서 추가된 버튼들의 기능을 정리하면서 FVM 이라는 편리한 라이브러리를 알게되서 FVM에 대해 먼저 알려드리려고 해요! FVM 은 Flutter Version Management 의 약자입니다. nodeJS 를 서버로 사용해보신 분들은 nvm 에 굉장히 친숙하실텐데 FVM 또한 비슷한 툴이라고 생각하시면 될 것 같습니다.
https://blog.codefactory.ai/flutter/fvm/
leoafarias/fvm
Flutter Version Management: A simple cli to manage Flutter SDK versions. FVM helps with the need for a consistent app builds by allowing to reference Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps, without waiting for Flutter installation every time.
https://github.com/leoafarias/fvm

Seonglae Cho