mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Fix web/_tool/verify_packages
Fix lints in a number of samples
This commit is contained in:
@@ -21,7 +21,12 @@ void main() async {
|
||||
for (var i = 0; i < packageDirs.length; i++) {
|
||||
final dir = packageDirs[i];
|
||||
_logWrapped(_ansiMagenta, '\n$dir (${i + 1} of ${packageDirs.length})');
|
||||
results.add(await _run(dir, 'pub', ['upgrade', '--no-precompile']));
|
||||
results.add(await _run(dir, 'flutter', [
|
||||
'pub',
|
||||
'pub',
|
||||
'upgrade',
|
||||
'--no-precompile',
|
||||
]));
|
||||
results.add(await _run(
|
||||
dir,
|
||||
'dartanalyzer',
|
||||
|
||||
Reference in New Issue
Block a user