tempcord_data_parser 1.0.0 tempcord_data_parser: ^1.0.0 copied to clipboard
An abstracted parser implementation for parsing Tempcord data in different platforms.
We analyzed this package 4 days ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/rk0cc/tempcord_data/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
106 out of 107 API elements (99.1 %) have documentation comments.
Some symbols that are missing documentation: handlers.UnmodifiableBodyTemperatureRecordListCsv
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The method 'UnmodifiableUint8ListView' isn't defined for the type 'TempcordDataParser'.
lib/src/parser.dart:145:7
╷
145 │ UnmodifiableUint8ListView(Uint8List.fromList(lzma.encode(utf8.encode(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
csv |
^5.0.1 |
5.1.1 | 6.0.0 |
lzma |
^1.0.1 |
1.0.1 | 1.0.1 |
meta |
^1.7.0 |
1.16.0 | 1.16.0 |
tempcord_data_interface |
^1.1.0 |
1.1.0 | 1.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
collection |
- | 1.19.1 | 1.19.1 |
fixnum |
- | 1.1.1 | 1.1.1 |
matcher |
- | 0.12.17 | 0.12.17 |
path |
- | 1.9.1 | 1.9.1 |
quiver |
- | 3.2.2 | 3.2.2 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.0.1` on csv does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions csv
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_METHOD
-lib/src/parser.dart:145:7
- The method 'UnmodifiableUint8ListView' isn't defined for the type 'TempcordDataParser'.
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.