flutter_json_viewer_new 0.0.1
flutter_json_viewer_new: ^0.0.1 copied to clipboard
A Json viewer widget for flutter. Shows json data in an extensible list. Makes data readable on the phone easily..
We analyzed this package 8 days ago, and awarded it 130 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.
0/10 points: 20% or more of the public API has dartdoc comments
6 out of 37 API elements (16.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: copy_clipboard, copy_clipboard.clipboardValue, flutter_json_widget, flutter_json_widget.JsonArrayViewer, flutter_json_widget.JsonArrayViewer.JsonArrayViewer.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast_util.dartthat imports:package:toast/toast.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast_util.dartthat imports:package:toast/toast.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast.dartthat imports:package:fluttertoast/fluttertoast.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_json_viewer_new/copy_clipboard.dartthat imports:package:flutter_overlay_kit/flutter_overlay_kit.dartthat imports:package:flutter_overlay_kit/toast/toast.dartthat imports:package:fluttertoast/fluttertoast.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full 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 11 issues. Showing the first 2:
INFO: Missing type annotation.
lib/copy_clipboard.dart:16:1
╷
16 │ copyClipboard(BuildContext context, String? value) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/copy_clipboard.dart
INFO: Missing type annotation.
lib/copy_clipboard.dart:23:1
╷
23 │ clipboardValue({BuildContext? context, dynamic value}) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/copy_clipboard.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_foundation_base |
^0.0.2 |
0.0.10 | 0.0.10 | |
flutter_overlay_kit |
^0.0.1 |
0.0.4 | 0.0.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_baseui_kit |
- | 0.0.4 | 0.0.4 | |
fluttertoast |
- | 8.2.14 | 9.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
toast |
- | 0.3.0 | 0.3.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.