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
If you have used flutter. Please install correctly, run pub cache repair. Close the terminal and try again.
If you are on Windows. Make sure you are running the terminal as administrator or with developer permissions.
Run fvm doctor if possible and add the output to the issue.
Describe the bug fvm flutter injects logging into the output. This can be problematic when you're using fvm flutter pub run and expecting a certain output from the tool that was ran.
To Reproduce
Steps to reproduce the behavior:
Go to terminal..
Run fvm flutter pub run <some package executable>...
See fvm's preamble
Expected behavior
The output from the ran executable.
Logs
N/A
Additional context
We noticed this in our CI pipeline. We use fvm to pin the version that CI uses which is great, thank you for that. However we also use a few of our own tooling that is executed with fvm flutter pub run and we're expecting that the output is the tool's output.
In my opinion, that preamble should only print if the --verbose is passed in.
The text was updated successfully, but these errors were encountered:
Before creating a bug report please make check the following
pub cache repair
. Close the terminal and try again.administrator
or withdeveloper
permissions.fvm doctor
if possible and add the output to the issue.Describe the bug
fvm flutter
injects logging into the output. This can be problematic when you're usingfvm flutter pub run
and expecting a certain output from the tool that was ran.To Reproduce
Steps to reproduce the behavior:
fvm flutter pub run <some package executable>
...Expected behavior
The output from the ran executable.
Logs
N/A
Additional context
We noticed this in our CI pipeline. We use
fvm
to pin the version that CI uses which is great, thank you for that. However we also use a few of our own tooling that is executed withfvm flutter pub run
and we're expecting that the output is the tool's output.In my opinion, that preamble should only print if the
--verbose
is passed in.The text was updated successfully, but these errors were encountered: