WordPress+Flutter development APP tutorial: 4.pubspec.yaml

illustrate

This section will lead you to a clear understanding of the flutter project file: pubspec.yaml.

pubspec.yaml

When initializing and creating the APP, this file contains a lot of comments, which have been deleted here, and the use of each location has been marked, as follows:

Among the above positions, the most important one is this one:

dependent package

During the project development process, we will encounter many development requirements, most of which functions are already available in the dependent package market, the dependent package market address: pub.dev

Therefore, when we develop a project, we can first go to the dependent package market to have a look. If there is one, it will save us a lot of effort.

The dependency packages to be installed are declared here (I will make a special section to explain how to install dependency packages and related matters)

Summarize

There is no important point, basically everything has been explained clearly in the notes, if you don’t understand, you can leave a message in the comment area.

Directory and source code

WordPress+Flutter development APP tutorial: 1. Description – WordPress Code Base

Guess you like

Origin blog.csdn.net/qq_22502303/article/details/125181009