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

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

234
likes
100/ 140
pub points
100%
popularity

We analyzed this package 8 days 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

2087 out of 3444 API elements (60.6 %) 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 633 issues. Showing the first 2:

WARNING: This function has a nullable return type of 'List

lib/error/error.dart:1138:25

     ╷
1138 │   static List<Object?>? _translateNamedArguments(
     │                         ^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

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

WARNING: This function has a nullable return type of 'File?', but ends without returning a value.

lib/src/analysis_options/analysis_options_provider.dart:40:9

   ╷
40 │   File? getOptionsFile(Folder root) {
   │         ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/analysis_options/analysis_options_provider.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 ^31.0.0 31.0.0 67.0.0
cli_util ^0.3.0 0.3.5 0.4.1
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.12.0 1.12.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 `^31.0.0` on _fe_analyzer_shared does not support the stable version `32.0.0`.

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

The constraint `^0.3.0` on cli_util does not support the stable version `0.4.0`.

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

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.