Skip to content

Commit

Permalink
Version upgrades, etc in dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkcb committed Dec 24, 2024
1 parent 48628cc commit 0a39f5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
8 changes: 1 addition & 7 deletions dart/dartfind/bin/dartfind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ void printMatchingDirs(List<FileResult> fileResults, FindSettings settings) {
var dirs = getMatchingDirs(fileResults);
if (dirs.isNotEmpty) {
logMsg('\nMatching directories (${dirs.length}):');
if (settings.paths.any((p) => p!.startsWith('~'))) {
for (var d in dirs) {
logMsg(FileUtil.contractPath(d));
}
} else {
dirs.forEach(logMsg);
}
dirs.forEach(logMsg);
} else {
logMsg('\nMatching directories: 0');
}
Expand Down
26 changes: 13 additions & 13 deletions dart/dartfind/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: "4a16b3f03741e1252fda5de3ce712666d010ba2122f8e912c94f9f7b90e1a4c3"
sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7
url: "https://pub.dev"
source: hosted
version: "5.1.0"
version: "5.1.1"
logging:
dependency: transitive
description:
Expand All @@ -162,10 +162,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
url: "https://pub.dev"
source: hosted
version: "0.12.16+1"
version: "0.12.17"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -282,18 +282,18 @@ packages:
dependency: transitive
description:
name: stack_trace
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.12.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
sha256: "4ac0537115a24d772c408a2520ecd0abb99bca2ea9c4e634ccbdbfae64fe17ec"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.3"
string_scanner:
dependency: transitive
description:
Expand All @@ -314,10 +314,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "22eb7769bee38c7e032d532e8daa2e1cc901b799f603550a4db8f3a5f5173ea2"
sha256: "8391fbe68d520daf2314121764d38e37f934c02fd7301ad18307bd93bd6b725d"
url: "https://pub.dev"
source: hosted
version: "1.25.12"
version: "1.25.14"
test_api:
dependency: transitive
description:
Expand Down Expand Up @@ -394,9 +394,9 @@ packages:
dependency: transitive
description:
name: yaml
sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5"
sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "3.1.3"
sdks:
dart: ">=3.6.0-0 <3.7.0"
dart: ">=3.6.0 <3.7.0"

0 comments on commit 0a39f5b

Please sign in to comment.