json_dynamic_widget_plugin_markdown 3.0.0+10 copy "json_dynamic_widget_plugin_markdown: ^3.0.0+10" to clipboard
json_dynamic_widget_plugin_markdown: ^3.0.0+10 copied to clipboard

A plugin to the JSON Dynamic Widget to provide support for Markdown

1
likes
140/ 160
pub points
69
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

12 out of 74 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: json_dynamic_widget_plugin_markdown, json_dynamic_widget_plugin_markdown.BlockSyntaxSchema, json_dynamic_widget_plugin_markdown.BlockSyntaxSchema.BlockSyntaxSchema, json_dynamic_widget_plugin_markdown.BlockSyntaxSchema.id, json_dynamic_widget_plugin_markdown.BlockSyntaxSchema.schema.

Passed check 10/10 points: Package has an example

Failed 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

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:json_dynamic_widget_plugin_markdown/json_dynamic_widget_plugin_markdown.dart that imports:
  • package:json_dynamic_widget_plugin_markdown/src/decoder/json_markdown_decoder.dart that imports:
  • package:flutter_markdown/flutter_markdown.dart that imports:
  • package:flutter_markdown/src/widget.dart that imports:
  • package:flutter_markdown/src/_functions_io.dart that 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.dev/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
child_builder ^2.0.0+3 2.0.2 2.0.2
flutter flutter 0.0.0 0.0.0
flutter_markdown ^0.6.10+3 0.6.10+6 0.7.6+2
intl ^0.17.0 0.17.0 0.20.2
json_class ^2.1.2+8 2.1.2+14 3.0.1
json_dynamic_widget ^5.0.3+4 5.1.6+1 8.0.0+1
json_theme ^4.0.0+8 4.0.3+2 7.0.0+3
logging ^1.0.2 1.3.0 1.3.0
markdown ^5.0.0 5.0.0 7.3.0
meta ^1.7.0 1.15.0 1.16.0
uuid ^3.0.6 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
asn1lib - 1.5.9 1.5.9
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.3.0 1.4.0
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
encrypt - 5.0.3 5.0.3
fake_async - 1.3.3 1.3.3
form_validation - 2.1.0+24 3.2.0
http - 0.13.6 1.3.0
http_parser - 4.1.2 4.1.2
interpolation - 2.1.2 2.1.2
js - 0.7.1 0.7.2
json_conditional - 2.1.0+17 3.0.1+17
json_path - 0.4.4 0.7.5
json_schema2 - 2.0.2+18 5.1.3
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
petitparser - 5.4.0 6.1.0
pointycastle - 3.9.1 3.9.1
provider - 6.1.2 6.1.2
quiver - 3.2.2 3.2.2
rest_client - 2.2.0+4 2.4.0
rfc_6901 - 0.1.1 0.2.0
rxdart - 0.27.7 0.28.0
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
static_translations - 2.1.1+19 2.1.2+12
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
template_expressions - 2.0.0+3 3.3.1+2
term_glyph - 1.2.2 1.2.2
test_api - 0.7.4 0.7.4
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.0
vector_math - 2.1.4 2.1.4
yaml - 3.1.3 3.1.3
yaon - 1.1.4+10 1.1.4+10

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 7 issues. Showing the first 2:

The constraint `^0.6.10+3` on flutter_markdown does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions flutter_markdown to update the constraint.

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

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.22.18, Flutter 3.27.4, Dart 3.6.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: