FLUTTER Application Architecture MCQ
Flutter MCQ- Home
- Tutorials
- Flutter
- Application Architecture
- Multiple Choice Question
(1) Which of the following gesture of GestureDetector is equivalent to the mouse click event in flutter application?
(2) Which of the following function is used in stateFulWidget to refresh of UI of application?
(3) Which of the following one is the multiple child widget in flutter application?
(4) Which of the following is a single child widget?
(5) Which property of multple children widget is used to provide set of widgets?
(6) Widgets in flutter applications are much more similar with.
(7) Which of the following state class of flutter framework is used to refect the UI changes?
(8) Which component of flutter architecture is used to accept events and handle these events?
(9) Which of the following is not part of flutter application architecture?
(10) In flutter application each and every component is known as.