Who developed the Flutter framework?
Which programming language is used to write Flutter apps?
What is the main building block of a Flutter UI?
Which command is used to check for Flutter setup issues?
Which widget is used to create a basic layout structure with an AppBar?
Which class is used to represent a value that will be available in the future?
Which keyword is used to wait for a Future to complete?
What is the purpose of the "initState()" method?
Which package is commonly used for making HTTP requests?
What is the purpose of "jsonDecode()"?
What does BLoC stand for?
What are "Platform Channels" used for?
Which class allows for custom drawing on a canvas?
What is the role of an "AnimationController"?
In Clean Architecture, where should business logic reside?