- What is Flutter?
- What is a Widget in Flutter?
- What is the difference between a Stateless & Stateful Widget in Flutter?
- How to navigate from one screen to another in Flutter?
- What are the types of navigation in Flutter?
- What is OOP in Dart?
- What is inheritance?
- What is encapsulation?
- What is Abstraction?
- What is Polymorphism?
- What is the use of this keyword?
- What is a local and global variable?
- What is the use of setState() in Flutter?
- What is a Column, describe its properties.
- What is a Row, describe its properties.
- How to give text style in text?
- Types of buttons and their properties.
- What are the differences between child and children?
- What are the ways to use images in flutter?
- What is a Container and what are the main properties of a Container?
- Write the basic structure of Flutter code for Hello World.
- What is ListTile in Flutter? describe their properties.
- What are the ways to remove elements from the list in Flutter?
- Types of collection in flutter?
- What is List in Flutter?
- What is Map in Flutter?
- How to generate dynamic UI in Flutter using a list or map?
- What is dependency and how to import it into the Flutter application?
- In which file do we need to give entries of all packages or data that come outside of the Project?
- What is the library in Dart?
- What is a virtual device or emulator?