Pattern: Missing use of secure URL in pubspec.yaml
Issue: -
DO Use secure urls in pubspec.yaml
.
Use https
instead of http
or git:
.
Example of correct code:
repository: https://github.com/dart-lang/example
Example of incorrect code:
repository: http://github.com/dart-lang/example