lakos 2.0.2
lakos: ^2.0.2 copied to clipboard
Visualize internal Dart library dependencies in Graphviz dot. Detect dependency cycles.
60
likes
120/ 130
pub points
57%
popularity
We analyzed this package 4 days ago, and awarded it 120 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
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 87 out of 96 API elements (90.6 %) have documentation comments.
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
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
Package | Constraint | Compatible | Latest |
---|---|---|---|
args | 2.3.0 | 2.3.0 | 2.3.1 |
darq | 1.1.1 | 1.1.1 | 1.2.1 |
directed_graph | 0.3.6 | 0.3.6 | 0.3.7 |
glob | 2.0.2 | 2.0.2 | 2.1.0 |
path | 1.8.1 | 1.8.1 | 1.8.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.9.0 | 2.9.0 |
collection | - | 1.16.0 | 1.16.0 |
exception_templates | - | 0.2.1 | 0.2.1 |
file | - | 6.1.2 | 6.1.2 |
graphs | - | 2.1.0 | 2.1.0 |
lazy_memo | - | 0.1.2 | 0.1.2 |
meta | - | 1.8.0 | 1.8.0 |
quote_buffer | - | 0.2.3 | 0.2.3 |
source_span | - | 1.9.0 | 1.9.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.1 | 1.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `2.3.0` on args does not support the stable version `2.3.1`.
Try running dart pub upgrade --major-versions args
to update the constraint.
The constraint `1.1.1` on darq does not support the stable version `1.2.0`.
Try running dart pub upgrade --major-versions darq
to update the constraint.
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.21.13
, Dart 2.17.5
.