spider 1.1.1
spider: ^1.1.1 copied to clipboard
A small dart command-line tool for generating dart references of assets from the assets folder.
44
likes
90
/ 110
pub points
68
%
popularity
We analyzed this package on Apr 20, 2021, and awarded it 90 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
10/10 points: Package has an example
- Found example at:
example/EXAMPLE.md
10/10 points: 20% or more of the public API has dartdoc comments
- 3 out of 7 API elements (42.9 %) 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:spider/spider.dart
that imports:package:spider/src/utils.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 | ^1.6.0 | 1.6.0 | 2.0.0 |
dart_style | ^1.3.9 | 1.3.12 | 2.0.0 |
html | ^0.14.0+4 | 0.14.0+4 | 0.15.0 |
http | ^0.12.2 | 0.12.2 | 0.13.1 |
logging | ^0.11.4 | 0.11.4 | 1.0.1 |
path | ^1.7.0 | 1.8.0 | 1.8.0 |
watcher | ^0.9.7+15 | 0.9.7+15 | 1.0.0 |
yaml | ^2.2.1 | 2.2.1 | 3.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 14.0.0 | 20.0.0 |
analyzer | - | 0.41.2 | 1.4.0 |
async | - | 2.5.0 | 2.5.0 |
charcode | - | 1.2.0 | 1.2.0 |
cli_util | - | 0.3.0 | 0.3.0 |
collection | - | 1.15.0 | 1.15.0 |
convert | - | 3.0.0 | 3.0.0 |
crypto | - | 3.0.1 | 3.0.1 |
csslib | - | 0.16.2 | 0.17.0 |
file | - | 6.1.0 | 6.1.0 |
glob | - | 2.0.1 | 2.0.1 |
http_parser | - | 3.1.4 | 4.0.0 |
meta | - | 1.3.0 | 1.3.0 |
package_config | - | 1.9.3 | 2.0.0 |
pub_semver | - | 2.0.0 | 2.0.0 |
source_span | - | 1.8.1 | 1.8.1 |
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
.
Found 7 issues. Showing the first 2:
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.
The constraint `^1.3.9` on dart_style does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions dart_style
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
.