json_dynamic_widget_plugin_lottie 3.0.2+4 copy "json_dynamic_widget_plugin_lottie: ^3.0.2+4" to clipboard
json_dynamic_widget_plugin_lottie: ^3.0.2+4 copied to clipboard

A plugin to the JSON Dynamic Widget to provide Lottie support to the widgets

2
likes
90/ 160
pub points
51%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

6 out of 34 API elements (17.6 %) 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_lottie, json_dynamic_widget_plugin_lottie.JsonDynamicWidgetPluginLottieSchemas, json_dynamic_widget_plugin_lottie.JsonDynamicWidgetPluginLottieSchemas.JsonDynamicWidgetPluginLottieSchemas, json_dynamic_widget_plugin_lottie.JsonDynamicWidgetPluginLottieSchemas.all, json_dynamic_widget_plugin_lottie.JsonLottiePlugin.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

ERROR: The argument type 'bool?' can't be assigned to the parameter type 'bool'.

lib/src/builder/lottie_builder.dart:116:27

    ╷
116 │           enableMergePaths: map['enableMergePaths'] == null
    │ ┌───────────────────────────^
117 │ │             ? null
118 │ │             : JsonClass.parseBool(map['enableMergePaths']),
    │ └──────────────────────────────────────────────────────────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/builder/lottie_builder.dart

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

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

Package Constraint Compatible Latest
child_builder ^2.0.1 2.0.2 2.0.2
flutter flutter 0.0.0 0.0.0
json_class ^2.2.2+1 2.2.2+1 3.0.0+16
json_dynamic_widget ^6.0.6+6 6.0.6+6 7.3.1+9
json_theme ^6.0.2+3 6.0.2+3 6.5.3+6
logging ^1.2.0 1.3.0 1.3.0
lottie ^2.4.0 2.7.0 3.1.3
meta ^1.9.1 1.15.0 1.16.0
uuid ^3.0.7 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
args - 2.6.0 2.6.0
asn1lib - 1.5.8 1.5.8
async - 2.12.0 2.12.0
boolean_selector - 2.1.2 2.1.2
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
collection - 1.18.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
execution_timer - 1.1.0+8 1.1.0+8
fake_async - 1.3.2 1.3.2
form_validation - 3.0.2+2 3.1.1+8
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
interpolation - 2.1.2 2.1.2
intl - 0.18.1 0.20.0
iregexp - 0.1.1 0.1.2
js - 0.7.1 0.7.1
json_conditional - 2.1.2+3 3.0.1+17
json_path - 0.6.3 0.7.4
json_schema2 - 5.1.3 5.1.3
json_theme_annotation - 1.0.3+11 1.0.3+11
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
maybe_just_nothing - 0.5.3 0.5.3
path - 1.9.1 1.9.1
petitparser - 5.4.0 6.0.2
pointycastle - 3.9.1 3.9.1
quiver - 3.2.2 3.2.2
rfc_6901 - 0.1.1 0.2.0
rxdart - 0.27.7 0.28.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.12.0 1.12.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.4.0 1.4.0
template_expressions - 3.0.6+2 3.3.0+2
term_glyph - 1.2.1 1.2.1
test_api - 0.7.3 0.7.3
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2
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 4 issues. Showing the first 2:

The constraint `^2.2.2+1` on json_class does not support the stable version `3.0.0`.

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

The constraint `^6.0.6+6` on json_dynamic_widget does not support the stable version `7.0.0`.

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

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.22.15, Flutter 3.24.5, Dart 3.5.4.

Check the analysis log for details.