analyzer 3.4.1 copy "analyzer: ^3.4.1" to clipboard
analyzer: ^3.4.1 copied to clipboard

This package provides a library that performs static analysis of Dart code.

241
likes
100/ 140
pub points
100%
popularity

We analyzed this package 4 hours ago, and awarded it 100 pub points (of a possible 140):

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

2073 out of 3443 API elements (60.2 %) have documentation comments.

Some symbols that are missing documentation: analysis_context, analysis_context_collection, ast.AstVisitor.visitAdjacentStrings, ast.AstVisitor.visitAnnotation, ast.AstVisitor.visitArgumentList.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:analyzer/dart/analysis/analysis_context.dart that imports:
  • package:analyzer/src/workspace/workspace.dart that imports:
  • package:analyzer/src/workspace/bazel.dart that imports:
  • package:analyzer/src/workspace/bazel_watcher.dart that imports:
  • package:watcher/watcher.dart that imports:
  • package:watcher/src/file_watcher/polling.dart that imports:
  • package:watcher/src/stat.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 556 issues. Showing the first 2:

WARNING: This API is available since SDK 2.15.0, but constraints '>=2.14.0 <3.0.0' don't guarantee it.

lib/src/workspace/bazel_watcher.dart:198:11

    ╷
198 │           unawaited(workspaceData.pollSubscription.cancel());
    │           ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/workspace/bazel_watcher.dart

WARNING: This API is available since SDK 2.15.0, but constraints '>=2.14.0 <3.0.0' don't guarantee it.

lib/src/workspace/bazel_watcher.dart:203:7

    ╷
203 │       unawaited(_fromMainIsolateSubscription.cancel());
    │       ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/workspace/bazel_watcher.dart

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

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

Package Constraint Compatible Latest
_fe_analyzer_shared ^38.0.0 38.0.0 68.0.0
collection ^1.15.0 1.18.0 1.18.0
convert ^3.0.0 3.1.1 3.1.1
crypto ^3.0.0 3.0.3 3.0.3
glob ^2.0.0 2.1.2 2.1.2
meta ^1.7.0 1.15.0 1.15.0
package_config ^2.0.0 2.1.0 2.1.0
path ^1.8.0 1.9.0 1.9.0
pub_semver ^2.0.0 2.1.4 2.1.4
source_span ^1.8.0 1.10.0 1.10.0
watcher ^1.0.0 1.1.0 1.1.0
yaml ^3.0.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
file - 7.0.0 7.0.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

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

The constraint `^38.0.0` on _fe_analyzer_shared does not support the stable version `39.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.