Marco Celotti

Results 23 comments of Marco Celotti

Ok, I've updated the commit and now it uses original image if we have EXIF but no rotation

Well, I understand your position but in my opinion the bug itself is more critical than 1) or 2) There are so many samsung devices out there, and there might...

@ffMathy it's kind of natural to have conflicts after 1 month. Anyway, I'll take a look

a quick note: the current code of "Capture.java" has 34 warnings in android studio, I think this should be addressed

@janpio sure I could, but with all these open PRs (14) people will end up with a ton of conflicts if you merge this "code review" first. And if you...

I forgot to mention that I'm using Ubuntu 18.04.5 LTS. I also tested Flutter 2.0.6 but I get the same result.

Ok so, I debugged the issue and found out that I have an encoding problem: the `flutter analyze` output lines look like `info ??? The method iconContainer should have a...

I got it to work with this code: ``` byte[] outputBytes = new ProcBuilder(analyzerCommand, "analyze") .withTimeoutMillis(ANALYZER_TIMEOUT) .ignoreExitStatus() .run() .getOutputBytes(); String outputString = new String(outputBytes, StandardCharsets.UTF_8); List issues = new DartAnalyzerReportParser().parse(outputString);...

I'm using Ubuntu 18.04.5 LTS, this is a devops agent so I guess I have some issues with the system's locale. That's why I'm not sure this is a common...

Hey there, I think @kuhnroyal has to decide what to do with this issue, in the meantime here's the "quick-and-dirty" solution (ie my .jar file) [sonar-flutter-plugin-0.4.0.jar.zip](https://github.com/insideapp-oss/sonar-flutter/files/7757097/sonar-flutter-plugin-0.4.0.jar.zip)