analyzer 1.4.0
analyzer: ^1.4.0 copied to clipboard
This package provides a library that performs static analysis of Dart code.
58
likes
100
/ 130
pub points
99
%
popularity
We analyzed this package on Apr 13, 2021, and awarded it 100 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 2218 out of 3632 API elements (61.1 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
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
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
Because analyzer depends on analyzer_utilities from path which doesn't exist (could not find package analyzer_utilities at "../analyzer_utilities"), version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.