Matias

Results 2 comments of Matias

Hi, just using this code works ``` {(findings | count: 'Critical') + (findings | count: 'High') + (findings | count: 'Medium') + (findings | count: 'Low')} ```

Add this in pubspec.yaml: ``` dependency_overrides: camera: ``` This will cause the latest version of the plugin to be used. `camera` which is the one that generates the conflict with...