Advanced
Flutter
Q97 / 100
What is the add-to-app feature in Flutter?
Correct! Well done.
Incorrect.
The correct answer is B) The ability to embed a Flutter module inside an existing native Android or iOS app as a screen, fragment, or view
B
Correct Answer
The ability to embed a Flutter module inside an existing native Android or iOS app as a screen, fragment, or view
Explanation
Add-to-app integrates a Flutter module into an existing native Android (Activity/Fragment) or iOS (ViewController) app. The host app manages a FlutterEngine and attaches a FlutterFragment/FlutterViewController to display Flutter UI.
Progress
97/100