jQAssistant pub Plugin

This is the pub Plugin for jQAssistant.
It provides a scanner for pubspec.yaml files of Dart- or Flutter-based projects.

Installation

Add the plugin to the plugins section of the jqassistant.yml configuration file:

jqassistant:
  plugins:
    # Includes the jQAssistant pub plugin
    - group-id: org.jqassistant.plugin
      artifact-id: jqassistant-pub-plugin
      version: 1.0.0-SNAPSHOT
  scan:
    include:
      files:
        - ${project.basedir}/pubspec.yaml

don’t forget to specify the matching file inclusion so that the pubspec.yaml is scanned

Reference Documentation

The plugin provides a scanner which accepts files with the name pubspec.yaml and creates the structure as described in this section, using the items defined in the Dart Docs and having nodes labeled with :Pub:Package:Yaml:File as entry point.

Node-Types: