exprml_dart 0.0.2 copy "exprml_dart: ^0.0.2" to clipboard
exprml_dart: ^0.0.2 copied to clipboard

exprml_dart is a Dart library implementing an ExprML interpreter. The ExprML is a programming language that can evaluate expressions represented in JSON (and JSON-compatible YAML). The ExprML language [...]

130/ 160
pub points
47
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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: BSD-2-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

1051 out of 1763 API elements (59.6 %) have documentation comments.

Some symbols that are missing documentation: exprml.Config, exprml.Config.Config.new, exprml.Config.afterEvaluate, exprml.Config.beforeEvaluate, exprml.Config.extension.

Passed check 10/10 points: Package has an example

Passed 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

WASM-ready: This package is compatible with runtime wasm. 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 12 issues. Showing the first 2:

INFO: Use 'TypeName _' instead of a type literal.

lib/src/decoder.dart:21:9

   ╷
21 │         Null => Value(type: Value_Type.NULL),
   │         ^^^^
   ╵

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

INFO: Use 'TypeName _' instead of a type literal.

lib/src/decoder.dart:22:9

   ╷
22 │         bool => Value(type: Value_Type.BOOL, bool_2: value),
   │         ^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/decoder.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
collection ^1.18.0 1.19.1 1.19.1
fixnum ^1.1.0 1.1.1 1.1.1
path ^1.9.0 1.9.1 1.9.1
protobuf ^3.1.0 3.1.0 6.0.0
yaml ^3.1.2 3.1.3 3.1.3
yaml_edit ^2.2.1 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
meta - 1.18.1 1.18.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2

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

The constraint `^3.1.0` on protobuf does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions protobuf 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.23.10, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

exprml_dart is a Dart library implementing an ExprML interpreter. The ExprML is a programming language that can evaluate expressions represented in JSON (and JSON-compatible YAML). The ExprML language specification is available at https://github.com/exprml/exprml-language .

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

collection, fixnum, path, protobuf, yaml, yaml_edit

More

Packages that depend on exprml_dart