get-started Codelab Flashcards

1
Q

debug mode shortcut (VSCode)

A

fn-F5

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

Dart variables

A

contain objects, where every object is an instance of a class

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

build() in widget

A

ie render(); displays widget using other widgets

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

Scaffold

A

provides a default app bar, title, and a body

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

pubspec.yaml does

A

manages assets and dependencies

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

final

A

final just means it can only be assigned to at declaration time.

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

const

A

const is for compile time constants

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