Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

what is pubspec.yaml

A basic pubspec is generated when you create a new Flutter project. 
It’s located at the top of the project tree and contains metadata about 
the project that the Dart and Flutter tooling needs to know

The pubspec file specifies dependencies that the project requires, 
such as particular packages (and their versions), fonts, or image files
Source by docs.flutter.dev #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+5 =