xwidget_el 0.1.0 copy "xwidget_el: ^0.1.0" to clipboard
xwidget_el: ^0.1.0 copied to clipboard

A powerful expression language designed for evaluating expressions within a data model.

4
likes
140/ 160
pub points
651
downloads

We analyzed this package 46 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

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/appfluent/xwidget_el/issues 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.

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

34 out of 290 API elements (11.7 %) 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: xwidget_el, xwidget_el.ColorExt, xwidget_el.ColorExt.asString, xwidget_el.ColorExt.colorPrefixRegExp, xwidget_el.ColorExt.parse.

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

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:xwidget_el/xwidget_el.dart that imports:
  • package:xwidget_el/src/parser.dart that imports:
  • package:xwidget_el/src/expressions/reference.dart that imports:
  • package:xwidget_el/src/expressions/dynamic_function.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:xwidget_el/xwidget_el.dart that imports:
  • package:xwidget_el/src/parser.dart that imports:
  • package:xwidget_el/src/expressions/reference.dart that imports:
  • package:xwidget_el/src/expressions/dynamic_function.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.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.

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 28 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/src/model/brackets.dart:12:39

   ╷
12 │ /// 1. Objects must be represented as <String, dynamic> maps.
   │                                       ^^^^^^^^^^^^^^^^^
   ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/model/brackets.dart:13:28

   ╷
13 │ /// 2. Array data must use <dynamic> lists.
   │                            ^^^^^^^^^
   ╵

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

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

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
intl >=0.17.0 <0.21.0 0.20.2 0.20.2
logger ^2.5.0 2.6.0 2.6.0
petitparser >=6.0.0 <7.0.0 6.1.0 7.0.0
type_plus ^2.1.1 2.1.1 2.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
vector_math - 2.1.4 2.2.0

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

The constraint `>=6.0.0 <7.0.0` on petitparser does not support the stable version `7.0.0`, that was published 18 days ago.

When petitparser is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions petitparser 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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

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

Publisher

verified publisherappfluent.us

Weekly Downloads

A powerful expression language designed for evaluating expressions within a data model.

Repository (GitHub)
View/report issues

Topics

#expression #el #model #dynamic

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, logger, petitparser, type_plus

More

Packages that depend on xwidget_el