You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _releases/v3.122.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ excerpt: "Improved Flutter warnings, new test tracking, improved pub command exe
13
13
14
14
## Commands
15
15
16
-
-[#5549](https://github.com/Dart-Code/Dart-Code/issues/5549)[#5760](https://github.com/Dart-Code/Dart-Code/issues/5760): The **Pub Get** command now refreshes timestamps of both `pubspec.lock` and `package_config.json` preventing false notifcations that the command needs running again when opening a project.
16
+
-[#5549](https://github.com/Dart-Code/Dart-Code/issues/5549)[#5760](https://github.com/Dart-Code/Dart-Code/issues/5760): The **Pub Get** command now refreshes timestamps of both `pubspec.lock` and `package_config.json` preventing false notifications that the command needs running again when opening a project.
17
17
-[#5740](https://github.com/Dart-Code/Dart-Code/issues/5740)/[#5746](https://github.com/Dart-Code/Dart-Code/issues/5746): Progress notifications when running the **Pub Get** command for multiple packages in a batch are now combined into a single notification that updates with the package names, instead of flickering individual notifications.
18
18
-[#5745](https://github.com/Dart-Code/Dart-Code/issues/5745)/[#5746](https://github.com/Dart-Code/Dart-Code/issues/5746): When the **Pub Get** command is being run for multiple packages in a batch, a single cancellation will cancel the entire batch instead of only the current project.
0 commit comments