10 Things You Need To Know About Flutter Engage 2021.

Ashutosh Singh
Nerd For Tech
Published in
6 min readMar 7, 2021

--

Pic by author.

“Hello, World !”

On 3rd March 2021, flutter engage event organized by google to celebrating the new release version of flutter i.e flutter 2.0.

If you are a flutter developer or just start learning flutter then this article is for you. In this article, we gonna talk about all the important announcements, releases, and news of this event. Believe me, you can grab all important keynote from the flutter engage event.

Let's Start, without wasting your time…

1.From a mobile framework to a portable framework.

The new release of flutter support four additional platforms apart from Android and iOS.

1.Windows

2.macOS

3.Linux

4.Web

Now you can think of flutter 2.0 as a free upgrade of your app if you have an existing app in flutter now you can run your app on a variety of different platforms with just a little or no change in code.

All you have to do just upgrade the flutter.

flutter upgrade

--

--