Skip to content

Conversation

@TugbaDalmaz
Copy link
Contributor

No description provided.

@TugbaDalmaz TugbaDalmaz changed the title flutter Flutter Dec 30, 2021
@TugbaDalmaz TugbaDalmaz requested a review from HKayed December 30, 2021 14:49
@TugbaDalmaz TugbaDalmaz self-assigned this Dec 31, 2021
In this section we will briefly discuss the architecture of Flutter. The MVC pattern is not provided in Flutter. Instead, Flutter is a layered and extensible system that includes a number of independent libraries. It should be noted that no layer of the system has privileged access to the layer below it. In addition, each framework layer has been designed to be optional and interchangeable.

* https://docs.flutter.dev/get-started/install[Flutter install]
The operating system of Flutter applications is packaged in the same way as other native applications and the user interface is described in code. Flutter uses so-called widgets. Widgets are classes that contain the basis of the application as well as the partial description of the UI.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would modify this part. Flutter isn't an operation system, it's more or less a framework that you use to develop applications that run on cross-platform operating systems such as android, iOS and web browsers (windows)

@TugbaDalmaz TugbaDalmaz requested a review from HKayed January 4, 2022 11:57
@TugbaDalmaz TugbaDalmaz requested a review from nicotheod January 4, 2022 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants