json_extension_type 1.2.0
json_extension_type: ^1.2.0 copied to clipboard
JSON Extension Type Generator - Automatically generates extension types for JSON to Dart typedef records and classes conversion.
We analyzed this package 3 days ago, and awarded it 140 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
9 out of 33 API elements (27.3 %) have documentation comments.
Some symbols that are missing documentation: code_generator, code_generator.CodeGenerator, code_generator.CodeGenerator.CodeGenerator.new, generator, generator.JsonExtensionGenerator.
0/10 points: Package has an example and has no issues with screenshots
Found 4 issues. Showing the first 2:
-
/tmp/pana_DTECDM/./assets/logo.svg: Tried interpreting screenshot as WebP withwebpinfo "/tmp/pana_DTECDM/./assets/logo.svg"failed with exit code 2. -
/tmp/pana_DTECDM/./assets/logo.svg: Converting screenshot withcwebp "/tmp/pana_DTECDM/./assets/logo.svg" -o "/tmp/MYRPFM/gen/assets/logo.webp"failed with exit code 255.
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_extension_type/json_extension_type.dartthat imports:package:json_extension_type/generator.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Dangling library doc comment.
lib/json_extension_type.dart:1:1
╷
1 │ /// JSON Extension Type Generator
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/json_extension_type.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 |
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.19, Dart 3.13.4.
Check the analysis log for details.