
This post is aimed to test your understanding on very basics of Flutter app development using most fundamental questions.
It covers some of the following Flutter topics:
- Basic understanding of widgets and elements
- Basic understanding of stateful and stateless widgets
Stateless widgets are widgets with ___________ configuration
Correct!
Wrong!
Stateful widgets can be built with stateless child widgets
Correct!
Wrong!
Stateless widgets can be built with stateful widgets
Correct!
Wrong!
Stateful widgets consists of ___________ and ___________
Correct!
Wrong!
Stateful widgets comprises of both configuration and state. Build method is called within the instance of State class to build the widget.
It is the _________ tree which is displayed on the UI
Correct!
Wrong!
Use the following type of widget when the state of the widget is immutable?
Correct!
Wrong!
Which method is called within main method to build the widgets / elements tree?
Correct!
Wrong!
Flutter Quiz #1 for Beginners - Widgets
You could do better!
You did good at the test!!
Excellent!!!
Latest posts by Ajitesh Kumar (see all)
- Linear Regression Cost Function: Python Example - December 2, 2023
- KNN vs Logistic Regression: Differences, Examples - December 2, 2023
- Linear Regression vs Logistic Regression: Differences - December 1, 2023
Leave a Reply