Fix `flutter` tool (#7609) We need to pin `package:process` because version 1.0.1 contains a breaking change to the package's API.
diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index ff53ff1..5ad9ea5 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml
@@ -22,7 +22,7 @@ mustache: ^0.2.5 package_config: '>=0.1.5 <2.0.0' path: ^1.4.0 - process: ^1.0.0 + process: 1.0.0 pub_semver: ^1.0.0 stack_trace: ^1.4.0 usage: ^2.2.1