anitube_crawler_updated_api 1.0.5
anitube_crawler_updated_api: ^1.0.5 copied to clipboard
Anitube website crawler API. This API allows you to get data and parse them from the brazilian anime website anitube.site.
We analyzed this package 22 hours ago, and awarded it 120 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://github.com/reysmalldev/anitube_crawler_updated_api was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
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
50 out of 96 API elements (52.1 %) have documentation comments.
Some symbols that are missing documentation: anitube_crawler_api, anitube_crawler_api.AniTubeApi.AniTubeApi.new, anitube_crawler_api.AniTubeApi.dioClient, anitube_crawler_api.AnimeCC, anitube_crawler_api.AnimeDetails.AUTHOR.
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 30 issues. Showing the first 2:
WARNING: The value of the field 'PAGE_NUMBERS' isn't used.
lib/src/external/anitube/parser/anime_list_page_parser.dart:137:16
╷
137 │ static const PAGE_NUMBERS = "page-numbers";
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/external/anitube/parser/anime_list_page_parser.dart
WARNING: The value of the field 'ANIME_VIDEO_LIST' isn't used.
lib/src/external/anitube/parser/anitube_anime_details_parser.dart:105:16
╷
105 │ static const ANIME_VIDEO_LIST = "pagAniLista";
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/external/anitube/parser/anitube_anime_details_parser.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^4.0.6 |
4.0.6 | 5.9.2 | |
html |
^0.15.0 |
0.15.6 | 0.15.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
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 `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio 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.11, Dart 3.11.2.
Check the analysis log for details.