build_daemon 2.1.10
build_daemon: ^2.1.10 copied to clipboard
A daemon for running Dart builds.
3
likes
90
/ 110
pub points
98
%
popularity
We analyzed this package on Apr 13, 2021, and awarded it 90 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/example.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 58 out of 218 API elements (26.6 %) 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:build_daemon/client.dart
that imports:package:build_daemon/src/file_wait.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
built_collection | >=4.1.0 <6.0.0 | 5.0.0 | 5.0.0 |
built_value | >=7.0.0 <9.0.0 | 8.0.4 | 8.0.4 |
http_multi_server | >=2.0.0 <4.0.0 | 3.0.1 | 3.0.1 |
logging | >=0.11.0 <2.0.0 | 1.0.1 | 1.0.1 |
path | ^1.6.2 | 1.8.0 | 1.8.0 |
pedantic | ^1.0.0 | 1.11.0 | 1.11.0 |
pool | ^1.3.6 | 1.5.0 | 1.5.0 |
shelf | >=0.7.4 <2.0.0 | 1.1.0 | 1.1.0 |
shelf_web_socket | >=0.2.2+4 <2.0.0 | 1.0.1 | 1.0.1 |
stream_transform | >=0.0.20 <3.0.0 | 2.0.0 | 2.0.0 |
watcher | >=0.9.7 <2.0.0 | 1.0.0 | 1.0.0 |
web_socket_channel | >=1.0.9 <3.0.0 | 2.0.0 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.5.0 | 2.5.0 |
charcode | - | 1.2.0 | 1.2.0 |
collection | - | 1.15.0 | 1.15.0 |
crypto | - | 3.0.1 | 3.0.1 |
fixnum | - | 1.0.0 | 1.0.0 |
http_parser | - | 4.0.0 | 4.0.0 |
source_span | - | 1.8.1 | 1.8.1 |
stack_trace | - | 1.10.0 | 1.10.0 |
stream_channel | - | 2.1.0 | 2.1.0 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.0 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.