Flutter basics Flashcards
1
Q
what is flutter?
A
SDK and framework
2
Q
must call inside Main()
A
runApp()
3
Q
all custom widgets need
A
Build()
4
Q
widgets that can change internal data and update UI
A
statefulWidget