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

outdated

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

90/ 160
pub points
27
downloads

We analyzed this package 22 hours ago, and awarded it 90 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

6 out of 35 API elements (17.1 %) 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.new, json_dynamic_widget_plugin_lottie.JsonDynamicWidgetPluginLottieSchemas.all, json_dynamic_widget_plugin_lottie.JsonLottiePlugin.

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

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.cn/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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 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 Notes
child_builder ^2.0.1 2.0.2 2.0.2
json_class ^2.2.2+1 2.2.2+1 3.0.1
json_dynamic_widget ^6.0.6+6 6.0.6+6 10.0.2
json_theme ^6.0.2+3 6.0.2+3 9.0.1+2
logging ^1.2.0 1.3.0 1.3.0
lottie ^2.4.0 2.7.0 3.3.2
meta ^1.9.1 1.16.0 1.17.0
uuid ^3.0.7 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 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+13 1.1.0+13
fake_async - 1.3.3 1.3.3
form_validation - 3.0.2+2 3.2.0
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
interpolation - 2.1.2 2.1.2
intl - 0.18.1 0.20.2
iregexp - 0.1.1 0.2.0
js - 0.7.2 0.7.2 Discontinued
json_conditional - 2.1.2+3 3.0.1+17
json_path - 0.6.3 0.8.0
json_schema2 - 5.1.3 5.1.3 Discontinued
json_theme_annotation - 1.0.3+18 1.0.3+18
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
maybe_just_nothing - 0.5.3 0.5.3
path - 1.9.1 1.9.1
petitparser - 5.4.0 7.0.1
pointycastle - 3.9.1 4.0.0
quiver - 3.2.2 3.2.2
rfc_6901 - 0.1.1 0.2.1
rxdart - 0.27.7 0.28.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
template_expressions - 3.0.6+2 3.3.1+2
term_glyph - 1.2.2 1.2.2
test_api - 0.7.7 0.7.7
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
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 5 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.

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.24, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
90
points
27
downloads

Publisher

verified publisherpeifferinnovations.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

child_builder, flutter, json_class, json_dynamic_widget, json_theme, logging, lottie, meta, uuid

More

Packages that depend on json_dynamic_widget_plugin_lottie