get-started Codelab Flashcards
1
Q
debug mode shortcut (VSCode)
A
fn-F5
2
Q
Dart variables
A
contain objects, where every object is an instance of a class
3
Q
build() in widget
A
ie render(); displays widget using other widgets
4
Q
Scaffold
A
provides a default app bar, title, and a body
5
Q
pubspec.yaml does
A
manages assets and dependencies
6
Q
final
A
final just means it can only be assigned to at declaration time.
7
Q
const
A
const is for compile time constants