flutter basics Flashcards

1
Q

Hello world app in Flutter

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

How to use a widget as the root of the application, inflate it and put it on the screen at startup?

A

runApp(Widget app) function, which should be called in the main function.

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

Button widget appearing as an icon

A

IconButton

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

Input field widgets

A

TextField

CheckBox

Switch

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

Line buttons in a row with this widget

A

ButtonBar

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

Create a button with standard material design

A

RaisedButton

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

Create a button without a frame

A

FlatButton

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

Button with less emphasized frame

A

OutlineButton

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

Add an image with this widget from various sources

A

Image

You can add from various sources with named constructors

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