
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
Stateful widgets can be built with stateless child widgets
Stateless widgets can be built with stateful widgets
Stateful widgets consists of ___________ and ___________
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
Use the following type of widget when the state of the widget is immutable?
Which method is called within main method to build the widgets / elements tree?
- Overfitting & Underfitting in Machine Learning - January 15, 2023
- Python – Creating Scatter Plot with IRIS Dataset - January 15, 2023
- Supervised & Unsupervised Learning Difference - January 15, 2023
Leave a Reply