Flutter Async + Packages

Flutter Async + Packages

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

Clarissa Estremos

Used 4+ times

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Where do we put packages and plugins in order for us to import it in our Dart codes?

AndroidManifest

pubspec.lock

pubspec.yaml

main.dart

2.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

What is the command when we update pubspec.yaml?

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is not a possible state of "Future"?

Uncompleted

Delayed

Completed

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Where can we search Flutter packages?

pub.dev

Stack Overflow

Flutter docs

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It delivers a single value asynchronously which is either an error or data.

Future

Stream

Async/Await

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It asynchronously delivers zero or more values and errors over time.

Future

Stream

Async/Await

7.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

What is the keyword being used together with "async" to wait for a function to finish?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?