DISCOVER FLUTTER — WEEK #24
Flutter Roadmap 2021 and Flutter Engage Event
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