quran_text 0.1.0
quran_text: ^0.1.0 copied to clipboard
Read the quran-text dataset - the Qurʾān in seven riwāyāt with pages, lines, āyāt, waqf marks and one shared word numbering.
We analyzed this package 41 hours ago, and awarded it 135 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
5/10 points: Use an OSI-approved license
Detected license: CC-BY-4.0.
The following license are not OSI-approved: `CC-BY-4.0`.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
72 out of 190 API elements (37.9 %) have documentation comments.
Some symbols that are missing documentation: quran_text.Ayah.Ayah.new, quran_text.Ayah.hasSajdah, quran_text.Ayah.next, quran_text.Ayah.number, quran_text.Ayah.previous.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:quran_text/quran_text.dartthat imports:dart:isolate
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The variable name 'rasm_imlai' isn't a lowerCamelCase identifier.
lib/quran_text.dart:113:15
╷
113 │ String? get rasm_imlai => _m._rasm_imlai?[position];
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/quran_text.dart
INFO: The variable name 'rasm_imlai' isn't a lowerCamelCase identifier.
lib/quran_text.dart:309:22
╷
309 │ List<String?>? get rasm_imlai => _m._rasm_imlai?.sublist(start, end);
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/quran_text.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.1.
Check the analysis log for details.