September 2019
Beginner
512 pages
12h 52m
English
The pub tool does not look only in the pub repository for packages; if you have already used another package management system, you know that it sometimes be useful to host your packages in other places than the public repository, such as company private packages or your personal usage ones. For the source part of the package specification, we have four alternatives to change where the pub tool should look for the package:
dependencies: json_serializable: hosted: name: json_serializable url: http://pub-packages-private-server.com # changing server
As you ...
Read now
Unlock full access