fhir_questionnaire_r4 1.0.0
fhir_questionnaire_r4: ^1.0.0 copied to clipboard
A library to render FHIR Questionnaires and generate a QuestionnaireResponse
We analyzed this package 4 days ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: fhir_questionnaire_r4.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: fhir_questionnaire_r4, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 9 links are insecure.
README.md:29:5
╷
29 │ <li><a href="http://hl7.org/fhir/R4/questionnaire-definitions.html#Questionnaire.item.enableWhen">enableWhen</a> supported</li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
120 out of 797 API elements (15.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: fhir_questionnaire_r4, fhir_questionnaire_r4.AlphanumericValidationController, fhir_questionnaire_r4.AlphanumericValidationController.AlphanumericValidationController.new, fhir_questionnaire_r4.AsciiValidationController, fhir_questionnaire_r4.AsciiValidationController.AsciiValidationController.new.
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
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:fhir_questionnaire_r4/fhir_questionnaire_r4.dartthat imports:package:fhir_questionnaire_r4/src/logic/fhir_path_controller.dartthat imports:package:fhir_r4_path/fhir_r4_path.dartthat imports:package:fhir_r4_path/src/logging.dartthat imports:package:fhir_r4_path/src/logging/client_logger.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:fhir_questionnaire_r4/fhir_questionnaire_r4.dartthat imports:package:fhir_questionnaire_r4/src/logic/fhir_path_controller.dartthat imports:package:fhir_r4_path/fhir_r4_path.dartthat imports:package:fhir_r4_path/src/logging.dartthat imports:package:fhir_r4_path/src/logging/client_logger.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
fhir_r4 |
^0.5.1 |
0.5.1 | 0.5.1 | |
fhir_r4_path |
^0.5.1 |
0.5.1 | 0.5.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
validators |
^3.0.0 |
3.0.0 | 3.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
ucum |
- | 0.8.0 | 0.8.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
uuid |
- | 4.5.3 | 4.5.3 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
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, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.