DISCOVER FLUTTER — WEEK #24

Flutter Roadmap 2021 and Flutter Engage Event

Jelena Jovanoski
2 min readFeb 9, 2021
Photo by Joshua Earle on Unsplash

Flutter Roadmap 2021

In Flutter Roadmap 2021, the Flutter team release their areas of focus for this year. I will single out the next important features of this roadmap:

Null safety

The Flutter team is close to achieving null-safety in Dart, which at this time is in beta version. Null safety is a language feature that adds an extra layer of protection against null-related errors, by enabling the compiler to detect instances where a null value may be produced and ensure handling.

Android and iOS

They are introducing dynamic assets. That means that you can get assets dynamically from the Internet, whenever you need them. This feature will reduce the size of apps dramatically and will provide better performance.

Web and Desktop

Improvements in web and desktop reflect in the goal to create production-ready applications for 6 platforms:

  • Web
  • Linux
  • Windows
  • MacOS
  • IOS
  • Android

New things

--

--

Jelena Jovanoski

On my journey to become a Flutter dev I will be sharing knowledge by writing short texts about what new know-how’s I’ve learned, in the next 30 weeks.