Beginner Flutter
Q6 / 100

What is pubspec.yaml in a Flutter project?

Correct! Well done.

Incorrect.

The correct answer is B) The configuration file that defines project metadata, dependencies, and assets

B

Correct Answer

The configuration file that defines project metadata, dependencies, and assets

Explanation

pubspec.yaml is the project configuration file for a Flutter/Dart project. It defines the project name, version, dependencies (packages), dev_dependencies, and asset paths (images, fonts, etc.).

Progress
6/100