quran_api 0.0.9 copy "quran_api: ^0.0.9" to clipboard
quran_api: ^0.0.9 copied to clipboard

Implementation of the Quran API based on the official documentation

10
likes
100/ 140
pub points
31%
popularity

We analyzed this package in the last hour, and awarded it 100 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/the-key-software/quran_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: quran_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: GPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

180 out of 697 API elements (25.8 %) have documentation comments.

Some symbols that are missing documentation: quran_api, quran_api.AudioClient, quran_api.AudioClient.AudioClient, quran_api.AudioClient.recitationAudioFiles, quran_api.AudioFile.copyWith.

10/10 points: Package has 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 178 issues. Showing the first 2:

WARNING: The annotation 'JsonSerializable' can only be used on classes.

lib/src/clients/quran_client.dart:171:4

    ╷
171 │   @JsonSerializable(converters: [IntStringJsonConverter()])
    │    ^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/clients/quran_client.dart

WARNING: The annotation 'JsonKey' can only be used on fields or getters.

lib/src/clients/quran_client.dart:173:6

    ╷
173 │     @JsonKey(name: "chapter_number") int? chapterNumber,
    │      ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/clients/quran_client.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 ^5.4.0 5.4.3+1 5.4.3+1
fields_generator ^0.0.5 0.0.5 0.1.3
freezed_annotation ^2.4.1 2.4.1 2.4.1
json_annotation ^4.8.1 4.9.0 4.9.0
retrofit >=4.0.0 <5.0.0 4.1.0 4.1.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 67.0.0 68.0.0
analyzer - 6.4.1 6.5.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
build - 2.4.1 2.4.1
change_case - 2.0.1 2.0.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.3.6 2.3.6
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
http_parser - 4.0.2 4.0.2
logging - 1.2.0 1.2.0
meta - 1.14.0 1.14.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
source_gen - 1.5.0 1.5.0
source_helper - 1.3.4 1.3.4
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
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.0.5` on fields_generator does not support the stable version `0.1.0`.

Try running dart pub upgrade --major-versions fields_generator 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.

10
likes
100
pub points
31%
popularity

Publisher

unverified uploader

Implementation of the Quran API based on the official documentation

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

dio, fields_generator, freezed_annotation, json_annotation, retrofit

More

Packages that depend on quran_api