It’s Time to Start Your Projects with Flutter 2.2 in 2021

Chatura Dilan Perera
12 min readMay 20, 2021
Release of Flutter 2.2 by Google

Flutter 2.0 was released in March 2021, and the Flutter team has been listening to early comments and searching for ways to enhance it. They are thrilled to announce the release of Flutter 2.2, which is now stable and has concentrated on improving the quality and productivity of Flutter in version 2.2. It’s not about introducing a lot of new features; it’s about giving a solid basis on which to build Flutter projects, with increased speed, improved testing infrastructure, expanded Dart’s type alias feature, expanded null-safety support, better developer tooling, and more.

Developers need a solid ecosystem to offer the best-in-class user experience. Google has been working hard to improve its ecosystem products, including Material, Google Pay, Ads, and Cloud. Flutter’s mission has always been to provide a user interface platform for ambient computing across a variety of devices, including mobile, web, desktop, and embedded. And by expanding Flutter from a mobile framework to a portable framework with updates for the web and desktop, we’re taking even more strides along this route.

Flutter, for starters, features production-quality web support. Flutter’s developer experience and visual app quality are now available in the browser. From the same codebase, we can now create apps for iOS, Android, and the web.

--

--