Open AlbertoMonteiro opened 4 years ago
When I use FlutterAnalyzeWithResult and there is issues returned by the flutter analyze the method fails and does not even return.
flutter analyze
The FlutterAnalyzeWithResult should return the collection of lines of the output from the flutter analyze
The FlutterAnalyzeWithResult throws an error and do not allow me to handle the output
Idk, but I may help, I don't know how the generic runner works
FlutterAnalyzeWithResult(new FlutterAnalyzeSettings());
I would like to get the output from the flutter analyze and send to pull request
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="Cake" version="0.37.0" /> </packages>
#addin "Cake.Flutter&version=0.1.2"
Sorry for long delay. It's odd. My current theory is that it's because flutter analyze draws output line.
When I use FlutterAnalyzeWithResult and there is issues returned by the
flutter analyze
the method fails and does not even return.Expected Behavior
The FlutterAnalyzeWithResult should return the collection of lines of the output from the
flutter analyze
Current Behavior
The FlutterAnalyzeWithResult throws an error and do not allow me to handle the output
Possible Solution
Idk, but I may help, I don't know how the generic runner works
Steps to Reproduce (for bugs)
FlutterAnalyzeWithResult(new FlutterAnalyzeSettings());
Context
I would like to get the output from the flutter analyze and send to pull request
Your Environment
#addin "Cake.Flutter&version=0.1.2"