- What is a widget in Flutter?
- Explain the difference between a StatelessWidget and a StatefulWidget.
- How do you create a custom widget in Flutter?
- What is the Container widget, and how is it used?
- How do you create a list of widgets in Flutter?
- What is the purpose of the Text widget?
- How do you create a button in Flutter?
- What is the Column widget, and how is it different from the Row widget?
- How do you create a form in Flutter using the Form widget?
- What is the ListView widget, and how is it used?
- How do you use the Stack widget in Flutter?
- What is the Expanded widget, and how is it used in layouts?
- How do you use the Padding widget in Flutter?
- What is the GridView widget, and how is it different from ListView?
- How do you use the SizedBox widget in Flutter?
- What is the Align widget, and how is it used?
- How do you create a scrollable widget in Flutter?
- What is the Flexible widget, and how is it different from Expanded?
- How do you use the Wrap widget in Flutter?
- What is the Image widget, and how is it used to display images?
- How do you create a navigation drawer in Flutter?
- What is the Drawer widget, and how do you use it?
- How do you implement a tabbed interface in Flutter?
- What is the TabBar widget, and how is it used?
- How do you create a floating action button in Flutter?
- What is the FloatingActionButton widget, and how is it different from a regular button?
- How do you use the Icon widget in Flutter?
- What is the AppBar widget, and how is it used to create a top app bar?
- How do you create a custom app bar in Flutter?
- What is the BottomNavigationBar widget, and how is it used for bottom navigation?
- How do you create a custom bottom navigation bar in Flutter?
- What is the Card widget, and how is it used to create cards?
- How do you create a dialog in Flutter using the AlertDialog widget?
- What is the SimpleDialog widget, and how is it different from AlertDialog?
- How do you use the SnackBar widget in Flutter?
- What is the BottomSheet widget, and how is it used?
- How do you create a dropdown menu in Flutter using the DropdownButton widget?
- What is the Checkbox widget, and how is it used in forms?
- How do you use the Radio widget in Flutter?
- What is the Slider widget, and how is it used for range selection?
- How do you use the Switch widget in Flutter?
- What is the ListTile widget, and how is it used to create list items?
- How do you create a progress indicator in Flutter using the CircularProgressIndicator widget?
- What is the LinearProgressIndicator widget, and how is it different from CircularProgressIndicator?
- How do you use the Tooltip widget in Flutter?
- What is the GestureDetector widget, and how is it used to detect gestures?
- How do you create a custom icon button in Flutter?
- What is the Divider widget, and how is it used to separate content?
- How do you use the ListView.builder widget to create dynamic lists?
- What is the DataTable widget, and how is it used to display tabular data?