Flutter
Flutter
DEPARTMENT OF IT
1x40=40
A. Provides material design features B. Creates a layout C. Defines the main function D. Manages app
lifecycle
A. To define routes B. To set up the main app entry point C. To define the app theme D. To store assets
A. Use the `State` class B. Use the `StatefulWidget` class C. Use the `build()` method D. Use the
`StatelessWidget` class
A. Manages routes and navigation B. Creates animations C. Saves data D. Displays a list of items
A. Layout structure for the app B. An image display C. A navigation drawer D. All of the above
A. By using `Visibility` widget B. By using `Offstage` widget C. By using `VisibilityDetector` widget D. Both A
and B
A. To define routes B. To set up the app theme C. To store app dependencies D. To set the main widget
A. To define a widget that changes its state B. To create a layout C. To hold static data D. To manage
navigation
27. Which widget can be used to provide a material design visual structure?
A. MaterialApp B. CupertinoApp C. Scaffold D. AppBar
A. To arrange widgets horizontally B. To arrange widgets vertically C. To manage widgets in a list D. To create
a stacked layout
A. To listen to streams and rebuild the widget B. To display images from a stream C. To send data to a
stream D. To create new streams
A. Changes the widget's appearance B. Rebuilds the widget tree C. Initializes state D. Defines routes
A. By using the `Navigator` widget B. By using routes C. By using push/pop methods D. All of the above
A. Aligns widgets vertically B. Aligns widgets horizontally C. Creates padding between widgets D. Specifies
the text direction
A. To build a widget based on asynchronous data B. To create a future function C. To store data D. To define
routes
A. By using the `width` and `height` properties B. By using the `SizedBox` widget C. By using the `size`
property D. All of the above