interzone 1.0.24
interzone: ^1.0.24 copied to clipboard
Interzone is the dart API to talk with moderator, a tiny ephemeral forum
We analyzed this package 7 hours ago, and awarded it 45 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://moderator.rocks
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/hoodownr/moderatorAPI
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.24").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
12 out of 746 API elements (1.6 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: ModeratorCapsule
, ModeratorCapsule.ModeratorCapsule
, ModeratorCapsule.ModeratorCapsule.ModeratorCapsule.duplicate
, ModeratorCapsule.ModeratorCapsule.ModeratorCapsule.fromBinary
, ModeratorCapsule.ModeratorCapsule.ModeratorCapsule.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 262 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'moderator/moderatorCapsuleEntry.dart'.
lib/interzone.dart:4:8
╷
4 │ export 'moderator/moderatorCapsuleEntry.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/interzone.dart
WARNING: Unused import: 'package:interzone/http/http_connector.dart'.
bin/interzone.dart:4:8
╷
4 │ import 'package:interzone/http/http_connector.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/interzone.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
bit_array |
^2.2.0 |
2.3.0 | 2.3.0 | |
bitcount |
^0.3.0 |
0.3.0 | 0.3.0 | |
blurhash_dart |
^1.1.0 |
1.1.0 | 1.2.1 | |
crypto |
^3.0.1 |
3.0.6 | 3.0.6 | |
fixnum |
^1.0.0 |
1.1.1 | 1.1.1 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
hive |
^2.0.5 |
2.2.3 | 2.2.3 | |
http |
^0.13.4 |
0.13.6 | 1.5.0 | |
image |
^3.1.0 |
3.3.0 | 4.5.4 | |
image_compression |
^1.0.3 |
1.0.3 | 1.0.5 | |
linkify |
^4.0.0 |
4.1.0 | 5.0.0 | |
meta |
^1.7.0 |
1.17.0 | 1.17.0 | |
mime |
^1.0.1 |
1.0.6 | 2.0.0 | |
ordered_set |
^5.0.0 |
5.0.3 | 8.0.0 | |
palette |
^1.1.0+1 |
1.1.0+1 | 1.1.0+1 | |
process_run |
^0.12.2+1 |
0.12.5+3 | 1.2.4 | |
typed_messages |
^1.1.0 |
1.2.1 | 1.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
color_models |
- | 1.3.3 | 2.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
list_utilities |
- | 1.0.3 | 1.0.3 | |
num_utilities |
- | 1.0.5 | 1.0.5 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
powers |
- | 1.0.0+2 | 1.0.0+2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unique_list |
- | 1.0.1 | 1.0.1 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 issues. Showing the first 2:
The constraint `^0.13.4` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http
to update the constraint.
The constraint `^3.1.0` on image does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions image
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
URI_DOES_NOT_EXIST
-lib/interzone.dart:4:8
- Target of URI doesn't exist: 'moderator/moderatorCapsuleEntry.dart'.
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Dart 3.9.3
.
Check the analysis log for details.