0 votes
in Flutter by
What is the Flutter architecture?

1 Answer

0 votes
by

Flutter has a three-layered architecture:-

  1. Upper Layer: The upper layer consists of the Dart programming language along with the widgets, animations, illustrations, customizations, etc.
  2. The middle layer or the Flutter Engine: This layer deals with text display, formatting, layout, etc.
  3. Bottom Layer or the built-in service: This layer is for managing plugins or packages.
...