In the pubspec.yaml
file there’s a possibility to specify urls in various attributes: homepage, repository, issue_tracker, dependency
repositories, etc. It is important to make sure that secure protocol is used in these urls. The https
provide an additional layer of
security by encrypting the transferred data and checking the TLS/SSL certificates. It is generally recommended to avoid using http
or
git
protocols.