lakos 2.0.3
lakos: ^2.0.3 copied to clipboard
Visualize internal Dart library dependencies in Graphviz dot. Detect dependency cycles.
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 140):
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
.
10/10 points: 20% or more of the public API has dartdoc comments
56 out of 60 API elements (93.3 %) have documentation comments.
Some symbols that are missing documentation: Directive
, OutputFormat
, PubspecYamlNotFoundException
, message
.
10/10 points: Package has an example
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:lakos/lakos.dart
that imports:package:lakos/src/build_model.dart
that imports:package:lakos/src/compute_metrics.dart
that imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
2.3.2 |
2.3.2 | 2.4.2 |
darq |
1.2.1 |
1.2.1 | 2.0.0 |
directed_graph |
0.3.7 |
0.3.7 | 0.4.0 |
glob |
2.1.1 |
2.1.1 | 2.1.2 |
path |
1.8.3 |
1.8.3 | 1.8.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
collection |
- | 1.18.0 | 1.18.0 |
exception_templates |
- | 0.2.4 | 0.3.0 |
file |
- | 6.1.4 | 7.0.0 |
graphs |
- | 2.3.1 | 2.3.1 |
lazy_memo |
- | 0.1.9 | 0.2.2 |
meta |
- | 1.11.0 | 1.11.0 |
quote_buffer |
- | 0.2.5 | 0.2.5 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `2.3.2` on args does not support the stable version `2.4.0`.
Try running dart pub upgrade --major-versions args
to update the constraint.
The constraint `1.2.1` on darq does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions darq
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Dart 3.2.1
.
Check the analysis log for details.