Files
TechradarDev/radar/2021-01-01/flutter.md
2021-06-09 09:36:50 +02:00

1.1 KiB

title, ring, quadrant
title ring quadrant
Flutter assess languages-and-frameworks

Flutter allows writing native applications for different platforms with a single code base in Dart.

It provides stable platform implementations for both major mobile platforms iOS and Android. With Flutter on the Web it is possible to build single-page applications (SPA) out of the same code with full support for service workers. The Desktop (Windows, Mac, Linux) platform is currently still in beta (as of mid 2021).

The compilation into native platform code prevents from bottleneck-issues due context switching and runtime bridging, which can be found in other cross-platform frameworks like React Native.

Comparing to a Javascript-based PWA, Flutter's approach promises a better performance and energy-efficiency.

We gathered first positive experience with small applications, which used the Alpha and Beta state of Flutter for Linux (x64) and Web by the time of development.