Flutter basics Flashcards

1
Q

what is flutter?

A

SDK and framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

must call inside Main()

A

runApp()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

all custom widgets need

A

Build()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

widgets that can change internal data and update UI

A

statefulWidget

How well did you know this?
1
Not at all
2
3
4
5
Perfectly