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

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

240
likes
110/ 140
pub points
100%
popularity

We analyzed this package 3 days ago, and awarded it 110 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

2231 out of 3697 API elements (60.3 %) have documentation comments.

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

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/generated/engine.dart that imports:
  • package:analyzer/error/listener.dart that imports:
  • package:analyzer/src/generated/source.dart that imports:
  • package:analyzer/src/generated/sdk.dart that imports:
  • package:analyzer/dart/ast/visitor.dart that imports:
  • package:analyzer/dart/ast/ast.dart that imports:
  • package:analyzer/dart/element/type.dart that imports:
  • package:analyzer/dart/element/element.dart that imports:
  • package:analyzer/src/generated/utilities_dart.dart that imports:
  • package:analyzer/src/dart/element/element.dart that imports:
  • package:analyzer/src/summary2/macro.dart that imports:
  • package:analyzer/src/summary2/kernel_compilation_service.dart that imports:
  • package:_fe_analyzer_shared/src/macros/compiler/request_channel.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 571 issues. Showing the first 2:

INFO: The variable name 'constant_update_2018' isn't a lowerCamelCase identifier.

lib/dart/analysis/features.dart:13:16

   ╷
13 │   static final constant_update_2018 = ExperimentalFeatures.constant_update_2018;
   │                ^^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: The variable name 'non_nullable' isn't a lowerCamelCase identifier.

lib/dart/analysis/features.dart:16:16

   ╷
16 │   static final non_nullable = ExperimentalFeatures.non_nullable;
   │                ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/dart/analysis/features.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 ^47.0.0 47.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.14.0 1.14.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 `^47.0.0` on _fe_analyzer_shared does not support the stable version `48.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.