dart_westminster_standards 0.0.3
dart_westminster_standards: ^0.0.3 copied to clipboard
A Dart package providing the Westminster Confession of Faith, Shorter Catechism, and Larger Catechism with proof texts.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
300 out of 339 API elements (88.5 %) have documentation comments.
Some symbols that are missing documentation: dart_westminster_standards.Catechism.Catechism.new, dart_westminster_standards.CatechismItem.CatechismItem.new, dart_westminster_standards.CatechismItem.answer, dart_westminster_standards.CatechismItem.clauses, dart_westminster_standards.CatechismItem.number.
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:dart_westminster_standards/dart_westminster_standards.dartthat imports:package:dart_westminster_standards/src/extensions/extensions.dartthat imports:package:dart_westminster_standards/src/extensions/async_extensions.dartthat imports:package:dart_westminster_standards/src/westminster_standards_object.dartthat imports:package:dart_westminster_standards/src/models.dartthat imports:package:dart_westminster_standards/src/loaders.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
WARNING: Unused import: '../types.dart'.
lib/src/extensions/model_extensions.dart:5:8
╷
5 │ import '../types.dart';
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/extensions/model_extensions.dart
WARNING: Unused import: 'types.dart'.
lib/src/individual_items.dart:2:8
╷
2 │ import 'types.dart';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/individual_items.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.12, Dart 3.12.0.
Check the analysis log for details.