voo_json_tree 0.1.0
voo_json_tree: ^0.1.0 copied to clipboard
A feature-rich JSON tree viewer/editor widget for Flutter with collapsible nodes, syntax highlighting, search, and editing capabilities.
We analyzed this package 25 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/ui/voo_json_tree/pubspec.yaml from the repository URL mismatch: expected https://github.com/VooStack/VooFlutter but got https://github.com/voostack/voo_flutter.
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: voo_json_tree, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting voo_json_tree... Discovering libraries... Linking elements... Precaching local docs for 648829 elements... Initialized dartdoc with 862 libraries Generating docs for library voo_json_tree.dart from package:voo_json_tree/voo_json_tree.dart... Generating docs for library main.dart from package:voo_json_tree/main.dart... Documented 2 public libraries in 71.4 seconds ERR: warning: ambiguous reexport of node_context_menu.showNodeContextMenu, canonicalization candidates: (voo_json_tree, voo_json_tree) -> voo_json_tree (confidence 0.000) from node_context_menu.showNodeContextMenu: (file:///tmp/pana_JCOGRQ/lib/src/presentation/widgets/molecules/node_context_menu.dart:155:28) voo_json_tree: 1.135 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1250)) voo_json_tree: 1.135 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1250)) Use {@canonicalFor node_context_menu.showNodeContextMenu} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [290 more lines]
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
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/presentation/widgets/atoms/copy_button.dart:65:71
╷
65 │ : (widget.color ?? Theme.of(context).iconTheme.color?.withOpacity(0.6)),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/atoms/copy_button.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/presentation/widgets/molecules/json_search_bar.dart:97:48
╷
97 │ color: widget.theme.backgroundColor?.withOpacity(0.5),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/molecules/json_search_bar.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
voo_responsive |
^0.1.4 |
0.1.4 | 0.1.4 | |
voo_tokens |
^0.0.8 |
0.0.8 | 0.0.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
- | 9.2.0 | 9.2.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_bloc |
- | 9.1.1 | 9.1.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
vector_math |
- | 2.2.0 | 2.2.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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.