April 2020
Intermediate to advanced
380 pages
9h 24m
English
We start by adding the pub dependencies. A dependency is an external package that is required for a particular functionality to work. All of the required dependencies for the application are specified in the pubspec.yaml file. For every dependency, the name of the package should be mentioned. This is generally followed by a version number specifying which version of the package we want to use. Additionally, the source of the package, which tells pub how to locate the package, and any description that the source needs to find the package can also be included.
The dependencies that we will be using for this project are as follows: ...
Read now
Unlock full access