multipack 0.1.4
multipack: ^0.1.4 copied to clipboard
A tool for monorepo management. Link local packages and execute commands in topological order.
We analyzed this package on Apr 13, 2021, and awarded it 70 pub points (of a possible 110):
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.
0/10 points: 20% or more of the public API has dartdoc comments
- 9 out of 106 API elements (8.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:multipack/commands.dart
that imports:package:multipack/commands/pubspec.dart
that imports:package:multipack/package.dart
that imports:package:pubspec/pubspec.dart
that imports:package:pubspec/src/pubspec.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 |
---|---|---|---|
ansicolor | ^1.0.2 | 1.1.1 | 2.0.1 |
args | ^1.6.0 | 1.6.0 | 2.0.0 |
directed_graph | ^0.2.3 | 0.2.3 | 0.3.5 |
meta | ^1.0.0 | 1.3.0 | 1.3.0 |
path | ^1.6.4 | 1.8.0 | 1.8.0 |
pub_semver | ^1.4.4 | 1.4.4 | 2.0.0 |
pubspec | ^0.1.2 | 0.1.5 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.2.0 | 1.2.0 |
collection | - | 1.15.0 | 1.15.0 |
graphs | - | 0.2.0 | 2.0.0 |
lazy_evaluation | - | 0.0.6+3 | 0.0.6+3 |
matcher | - | 0.12.10 | 0.12.10 |
quiver | - | 2.1.5 | 3.0.1 |
source_span | - | 1.8.1 | 1.8.1 |
stack_trace | - | 1.10.0 | 1.10.0 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
uri | - | 0.11.4 | 1.0.0 |
yaml | - | 2.2.1 | 3.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^1.0.2` on ansicolor does not support the stable version `2.0.1`, that was published 26 days ago.
When ansicolor is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions ansicolor
to update the constraint.
The constraint `^1.6.0` on args does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions args
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.