anitube_crawler_updated_api 1.0.5 copy "anitube_crawler_updated_api: ^1.0.5" to clipboard
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.

3
likes
90/ 140
pub points
0%
popularity

We analyzed this package 5 hours ago, and awarded it 90 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: anitube_crawler_updated_api,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

50 out of 95 API elements (52.6 %) have documentation comments.

Some symbols that are missing documentation: anitube_crawler_api, anitube_crawler_api.AniTubeApi.dioClient, anitube_crawler_api.AnimeCC, anitube_crawler_api.AnimeCC.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.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 33 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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
dio ^4.0.6 4.0.6 5.4.3+1
html ^0.15.0 0.15.4 0.15.4
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
http_parser - 4.0.2 4.0.2
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

3
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Anitube website crawler API. This API allows you to get data and parse them from the brazilian anime website anitube.site.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, html

More

Packages that depend on anitube_crawler_updated_api