json_file 0.1.1
json_file: ^0.1.1 copied to clipboard
Fast and memory friendly access to large JSON files
We analyzed this package 20 days ago, and awarded it 150 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
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
20 out of 33 API elements (60.6 %) have documentation comments.
Some symbols that are missing documentation: json_file.JsonAssembler.JsonAssembler.new, json_file.JsonAssembler.consume, json_file.JsonFileConsumer, json_file.JsonFileConsumer.JsonFileConsumer.new, json_file.JsonFileConsumer.consume.
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:json_file/json_file.dartthat imports:package:json_file/src/json_file_base.dartthat imports:package:json_file/src/json_file_impl.dartthat imports:dart:io
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 |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
json_path |
>=0.5.0 <0.9.0 |
0.8.0 | 0.9.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
iregexp |
- | 0.2.0 | 0.2.0 | |
maybe_just_nothing |
- | 0.5.3 | 0.6.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
rfc_6901 |
- | 0.2.1 | 0.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=0.5.0 <0.9.0` on json_path does not support the stable version `0.9.0`, that was published 1 days ago.
When json_path is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions json_path to update the constraint.
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.