Advanced
Flutter
Q95 / 100
What is the Flutter Engine and how does it relate to a Flutter app?
Correct! Well done.
Incorrect.
The correct answer is B) The C++ core providing the Dart runtime, rendering (Skia/Impeller), and platform channels — embedded in a platform shell (Activity or ViewController)
B
Correct Answer
The C++ core providing the Dart runtime, rendering (Skia/Impeller), and platform channels — embedded in a platform shell (Activity or ViewController)
Explanation
The Flutter Engine is a portable C++ runtime hosting the Dart VM, rendering (Skia/Impeller), platform channels, and input processing. On Android it lives inside a FlutterActivity; on iOS inside a FlutterViewController.
Progress
95/100