flutter_analyze_reporter 0.0.1 copy "flutter_analyze_reporter: ^0.0.1" to clipboard
flutter_analyze_reporter: ^0.0.1 copied to clipboard

Parse Flutter analyze output to display it within GitLab Code Quality Widget

Flutter Analyze Reporter is parser to create reports from flutter analyze output.

Currently only useful if you would like to display lint issues within GitLab Code Quality Widget.

Usage #

Parse flutter analyze output for GitLab Code Quality Widget.

Example .gitlab-ci.yml file:

stages:
  - test
code_quality:
  stage: test
  allow_failure: true
  before_script:
    - export PATH="$PATH":"$HOME/.pub-cache/bin"
  script:
    - dart pub global activate flutter_analyze_reporter
    - flutter_analyze_reporter --output=report.json --reporter=gitlab
  reports:
    codequality: report.json

GitLab Code Quality Widget #

Code quality degraded

GitLab Merge Request Code Quality Widget

No Changes to code quality

GitLab Merge Request Code Quality Widget

5
likes
0
pub points
61%
popularity

Publisher

verified publisherandnexus.com

Parse Flutter analyze output to display it within GitLab Code Quality Widget

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, lint

More

Packages that depend on flutter_analyze_reporter