First round

Created by: @manishghorashainee18

This is a Quickz deck.

👁 Public

Tagged as: Quickz!

History:

  • Last updated last year
  • Created last year

Played 5 times

Practiced 1 times

Host Practice
View all comments
Is Flutter a programming language?
Yes
No
May be
Can't
Which programming language is used to develop Flutter apps?
Python
Ruby
JavaScript
Dart
What is the name of the widget that is used to add text to a Flutter app?
Textbox
TextField
TextEditor
Text
How many types of widget are there in flutter?
1
2
3
4
What is the name of the widget that is used to display a list of items in Flutter?
ListView
List
ItemView
ItemList
Which function is responsible for starting the program?
runApp()
run()
flutter
main()
What is used for reactive programing in dart ?
RxDart
Provider
json_serializable
None of the above
Which method should you use in the Flutter HTTP library to make a edit request to a server?
http.get()
http.put()
http.post()
http.delete()
Which of the following is not a state-management library ?
mobX
Inherited Widget
Cube
Freezed
Which of the following tests a single widget?
Integration Tests
Unit Tests
Interactive Tests
Widget Tests