Login
Remember
Register
Ask a Question
What is the Flutter architecture?
0
votes
asked
May 16, 2023
in
Flutter
by
SakshiSharma
What is the Flutter architecture?
flutter-architectureflutter
architecture
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 16, 2023
by
SakshiSharma
Flutter has a three-layered architecture:-
Upper Layer: The upper layer consists of the Dart programming language along with the widgets, animations, illustrations, customizations, etc.
The middle layer or the Flutter Engine: This layer deals with text display, formatting, layout, etc.
Bottom Layer or the built-in service: This layer is for managing plugins or packages.
...