hl7_v2 0.0.1
hl7_v2: ^0.0.1 copied to clipboard
An HL7 v2 message parser and generator, implemented natively in Dart. Allows parsing HL7 v2 messages from their raw string format into a JSON object as well as generating valid HL7 v2 messages from JS [...]
We analyzed this package 18 days ago, and awarded it 135 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:2:4
╷
2 │ <p><a href="http://www.hl7.org/implement/standards/product_brief.cfm?product_id=185">HL7’s Version 2.x (V2) Messaging Standard</a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 27 API elements (55.6 %) have documentation comments.
Some symbols that are missing documentation: hl7_v2.Escape, hl7_v2.Escape.Escape.new, hl7_v2.Escape.component, hl7_v2.Escape.escape, hl7_v2.Escape.field.
10/10 points: Package has 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:hl7_v2/hl7_v2.dartthat imports:package:hl7_v2/src/parser/message.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/parser/message.dart:40:31
╷
40 │ /// Recursively merges a Map<String,dynamic> [b] into Map<String,dynamic> [a].
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser/message.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/parser/message.dart:40:60
╷
40 │ /// Recursively merges a Map<String,dynamic> [b] into Map<String,dynamic> [a].
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser/message.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
recase |
^4.1.0 |
4.1.0 | 4.1.0 |
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.3, Dart 3.10.4.
Check the analysis log for details.