voo_json_tree 0.1.0 copy "voo_json_tree: ^0.1.0" to clipboard
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.

140/ 160
pub points
4
downloads

We analyzed this package 19 hours ago, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/VooStack/VooFlutter was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/VooStack/VooFlutter/tree/main/packages/ui/voo_json_tree was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 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 61.5 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_NEFHAU/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]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
1
likes
140
points
4
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

A feature-rich JSON tree viewer/editor widget for Flutter with collapsible nodes, syntax highlighting, search, and editing capabilities.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, voo_responsive, voo_tokens

More

Packages that depend on voo_json_tree