Member-only story

Flutter Overview, Architecture and Benefits

Flutter is not a Framework…

Geno Tech
6 min readNov 1, 2022

This article is another step in my Flutter knowledge-sharing journey. In this article, I will share with you what Flutter is and how does it work? How does the architecture work around it? So we will see what Flutter is. The Flutter web defines Flutter as a UI toolkit from google to build beautiful natively compiled applications for web, desktop, and mobile and embeds it from one single code base.

What is Flutter?

The Flutter web states that it is a UI toolkit. It doesn’t sound like it is a framework or a library. For example, let’s think about react, a library that doesn’t usually give you boundaries. You can do whatever you want on the framework. On the other side, you get a frame for your applications that help you to structure your app that forces you to use different toolings, and you don’t have any way to create something on your own.

But Flutter is a tool kit that is lightweight because it uses UI parts and gives you the possibility to create your UI. but does not force you into any specific way on how you want to structure your application.

Flutter comes from a single code base that is also very important because it is a cross-platform development possibility and one of the most important ones besides…

--

--

Geno Tech
Geno Tech

Written by Geno Tech

Software Development | Data Science | AI — We write rich & meaningful content on development, technology, digital transformation & life lessons.

No responses yet