We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc5874 commit 3e0312fCopy full SHA for 3e0312f
lib/src/executable.dart
@@ -118,7 +118,7 @@ bool _allPackagesAreImportedImmutably(Iterable<String> packageNames) {
118
final pubSpecLock = loadYamlDocument(pubspecLockFile.readAsStringSync());
119
return getDependencySources(pubSpecLock, packageNames)
120
.values
121
- .every((source) => source == 'hosted');
+ .every((source) => source == 'hosted' || source == 'git');
122
}
123
124
/// Return null iff it is not possible to account for all
0 commit comments