dorar_hadith 0.5.0
dorar_hadith: ^0.5.0 copied to clipboard
A comprehensive Dart library for accessing Dorar.net hadith database. Search hadiths, get explanations (sharh), browse scholars, books, and narrators.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
631 out of 757 API elements (83.4 %) have documentation comments.
Some symbols that are missing documentation: dorar_hadith.$$RawiTableAnnotationComposer, dorar_hadith.$$RawiTableAnnotationComposer.$$RawiTableAnnotationComposer.new, dorar_hadith.$$RawiTableAnnotationComposer.key, dorar_hadith.$$RawiTableAnnotationComposer.value, dorar_hadith.$$RawiTableCreateCompanionBuilder.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:dorar_hadith/dorar_hadith.dartthat imports:package:dorar_hadith/src/utils/asset_loader/asset_loader.dartthat imports:package:dorar_hadith/src/utils/asset_loader/asset_loader_io.dartthat imports:dart:isolate
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: Use an initializing formal to assign a parameter to a field.
lib/src/services/book_reference_service.dart:29:8
╷
29 │ _assetPath = assetPath;
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/book_reference_service.dart
INFO: Use an initializing formal to assign a parameter to a field.
lib/src/services/book_service.dart:18:7
╷
18 │ : _client = client,
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/book_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
drift |
^2.29.0 |
2.35.0 | 2.35.0 | |
equatable |
^2.0.7 |
2.1.0 | 3.0.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
html |
^0.15.6 |
0.15.7 | 0.15.7 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
sqlite3 |
^3.2.0 |
3.6.0 | 3.6.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
code_assets |
- | 2.1.0 | 2.1.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
native_toolchain_c |
- | 0.19.5 | 0.19.5 | |
platform |
- | 3.2.0 | 3.2.0 | |
process |
- | 5.0.6 | 5.0.6 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.7` on equatable does not support the stable version `3.0.0`, that was published 3 days ago.
When equatable is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions equatable 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.19, Dart 3.13.4.
Check the analysis log for details.