mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency. Updates machine mode to output trace text to stderr
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
<<skip until matching line>>
|
|
<<stderr>>
|
|
<<skip until matching line>>
|
|
Error: cannot run without a dependency on "package:flutter_test". Ensure the following lines are present in your pubspec.yaml:
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|