architecture_linter 0.2.1 copy "architecture_linter: ^0.2.1" to clipboard
architecture_linter: ^0.2.1 copied to clipboard

Software analytics tool that helps developers analyse and improve project architecture structure.

21
likes
130/ 160
pub points
89%
popularity

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

0 out of 0 API elements (100.0 %) have documentation comments.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Linux
  • ✓ macOS
  • ✓ Windows

These platforms are not supported:

Android

Cannot assign Android automatically to a binary only package.

iOS

Cannot assign iOS automatically to a binary only package.

Web

Cannot assign Web automatically to a binary only package.

OK
Pass static analysis
50 / 50trigger folding of the section

50/50 points: code has no errors, warnings, lints, or formatting issues

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
analyzer >=4.1.0 <6.3.1 6.3.0 6.7.0
analyzer_plugin >=0.10.0 <0.11.4 0.11.3 0.11.3
args ^2.4.2 2.5.0 2.5.0
collection ^1.18.0 1.19.0 1.19.0
file ^7.0.0 7.0.0 7.0.0
glob ^2.1.2 2.1.2 2.1.2
path ^1.9.0 1.9.0 1.9.0
yaml ^3.1.2 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 65.0.0 72.0.0
async - 2.11.0 2.11.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.3.6 2.3.6
meta - 1.15.0 1.15.0
package_config - 2.1.0 2.1.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
watcher - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `>=4.1.0 <6.3.1` on analyzer does not support the stable version `6.4.0`.

Try running dart pub upgrade --major-versions analyzer to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/src/analyzer_plugin/analyzer_plugin.dart:13:7 - Missing concrete implementation of 'ServerPlugin.createAnalysisDriver'.
  • IMPLICIT_SUPER_INITIALIZER_MISSING_ARGUMENTS - lib/src/analyzer_plugin/analyzer_plugin.dart:14:3 - The implicitly invoked unnamed constructor from 'ServerPlugin' has required parameters.
  • SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED - lib/src/analyzer_plugin/analyzer_plugin.dart:15:20 - No associated named super constructor parameter.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.7, Dart 3.4.3.

Check the analysis log for details.

21
likes
130
pub points
89%
popularity

Publisher

verified publisheriteo.com

Software analytics tool that helps developers analyse and improve project architecture structure.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, collection, file, glob, path, yaml

More

Packages that depend on architecture_linter