dark_matter 0.0.1-dev.6
dark_matter: ^0.0.1-dev.6 copied to clipboard
Painting pixels in the dark.
We analyzed this package 4 days ago, and awarded it 125 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/flutter-bounty-hunters/dark_matter was unreachable. Make sure that the website is reachable via HEAD requests.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:6:38
╷
6 │ <p>This project is maintained by the <a href="http://flutterbountyhunters.com">Flutter Bounty Hunters</a>. Would you like your feature added to this project? <a href="http://policies.flutterbountyhunters.com/fund-milestone">Fund a milestone</a> today!</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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
28 out of 30 API elements (93.3 %) have documentation comments.
Some symbols that are missing documentation: dark_matter, dark_matter.DarkMatterRenderFormat.fromString.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:dark_matter/dark_matter.dartthat imports:package:dark_matter/src/downloader.dartthat imports:package:archive/archive_io.dartthat imports:package:archive/src/io/zip_file_encoder.dartthat imports:package:archive/src/io/output_file_stream.dartthat imports:package:archive/src/io/file_handle.dartthat 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 | Notes |
|---|---|---|---|---|
archive |
^3.3.2 |
3.6.1 | 4.0.7 | |
args |
^2.3.1 |
2.7.0 | 2.7.0 | |
ffi |
^2.0.1 |
2.1.5 | 2.1.5 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.3.2` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.