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 [...]

0
likes
140/ 160
pub points
56
downloads

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

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

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.

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

OK
Provide documentation
20 / 20trigger folding of the section

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

1051 out of 1736 API elements (60.5 %) have documentation comments.

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

10/10 points: Package has an example

OK
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

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

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

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 37 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

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

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

Package Constraint Compatible Latest
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 3.1.0
yaml ^3.1.2 3.1.3 3.1.3
yaml_edit ^2.2.1 2.2.2 2.2.2
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.16.0 1.16.0
source_span - 1.10.1 1.10.1
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.

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.17, Dart 3.6.0.

Check the analysis log for details.

0
likes
140
points
56
downloads

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

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

collection, fixnum, path, protobuf, yaml, yaml_edit

More

Packages that depend on exprml_dart