1.

Explain the flutter architecture.

Answer»

The STRUCTURE of Flutter consists of three layers:

  • Upper layers: The Dart-based PLATFORM that takes care of app widgets, gestures, ANIMATIONS, illustrations, and materials;
  • Flutter engine: Handles the DISPLAY and formatting of text.
  • Built-in service: USED for the management of plugins, packages, and event loops.


Discussion

No Comment Found