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

A Lua-like scripting language for Dart, designed to be easy to embed and extend. It provides a simple REPL, supports Lua-like syntax, and allows for seamless integration with Dart code.

140/ 160
pub points
101
downloads

We analyzed this package 7 hours ago, and awarded it 140 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: MIT.

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

692 out of 1550 API elements (44.6 %) have documentation comments.

Some symbols that are missing documentation: base_command, base_command.BaseCommand.BaseCommand.new, base_command.BaseCommand.resetBridge, execute_command, execute_command.ExecuteCommand.ExecuteCommand.new.

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: The argument type 'Value' isn't related to 'String'.

lib/src/interpreter/assignment.dart:519:19

    ╷
519 │             table[index] = storedValue;
    │                   ^^^^^
    ╵

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

INFO: The argument type 'Value' isn't related to 'String'.

lib/src/interpreter/assignment.dart:1100:20

     ╷
1100 │         tableValue[keyValue] = storedValue;
     │                    ^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/interpreter/assignment.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
archive ^4.0.9 4.0.9 4.0.9
args ^2.7.0 2.7.0 2.7.0
artisanal ^0.2.0+1 0.2.0+1 0.3.0
characters ^1.4.1 1.4.1 1.4.1
collection ^1.19.1 1.19.1 1.19.1
contextual ^2.2.0 2.2.0 2.2.0
convert ^3.1.2 3.1.2 3.1.2
crypto ^3.0.7 3.0.7 3.0.7
dart_console ^4.1.2 4.1.2 4.1.2
glob ^2.1.3 2.1.3 2.1.3
http ^1.6.0 1.6.0 1.6.0
meta ^1.17.0 1.18.2 1.18.2
path ^1.9.1 1.9.1 1.9.1
petitparser ^7.0.2 7.0.2 7.0.2
pointycastle ^4.0.0 4.0.0 4.0.0
source_span ^1.10.2 1.10.2 1.10.2
web ^1.1.1 1.1.1 1.1.1
xrandom ^0.7.2 0.7.2 0.7.2
yaml ^3.1.3 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
acanthis - 1.5.4 1.5.4
ansicolor - 2.0.3 2.0.3
artisanal_widgets - 0.1.0+1 0.2.0
async - 2.13.1 2.13.1
chalkdart - 3.1.0 3.1.0
clock - 1.1.2 1.1.2
csslib - 1.0.2 1.0.2
dart_mappable - 4.7.0 4.7.0
email_validator - 3.0.0 3.0.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
forge2d - 0.14.2+1 0.14.2+1
gato - 0.0.5+1 0.0.5+1
highlight - 0.7.0 0.7.0
html - 0.15.6 0.15.6
html_unescape - 2.0.0 2.0.0
http_parser - 4.1.2 4.1.2
image - 4.8.0 4.8.0
intl - 0.20.2 0.20.2
liquify - 1.5.1 1.5.1
logging - 1.3.0 1.3.0
markdown - 7.3.1 7.3.1
nanoid2 - 2.0.1 2.0.1
openapi_types - 2.1.0 2.1.0
posix - 6.5.0 6.5.0
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
timezone - 0.11.0 0.11.0
type_plus - 2.1.1 2.1.1
typed_data - 1.4.0 1.4.0
ultraviolet - 0.1.1+1 0.2.0
universal_io - 2.3.1 2.3.1
vector_math - 2.3.0 2.3.0
win32 - 5.15.0 6.0.0
xml - 6.6.1 6.6.1
yaml_writer - 2.1.0 2.1.0

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

The constraint `^0.2.0+1` on artisanal does not support the stable version `0.3.0`, that was published 4 days ago.

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

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

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
140
points
101
downloads

Documentation

API reference

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

A Lua-like scripting language for Dart, designed to be easy to embed and extend. It provides a simple REPL, supports Lua-like syntax, and allows for seamless integration with Dart code.

Repository (GitHub)
View/report issues

Topics

#lua #scripting #interop #interpreter #repl

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

archive, args, artisanal, characters, collection, contextual, convert, crypto, dart_console, glob, http, meta, path, petitparser, pointycastle, source_span, web, xrandom, yaml

More

Packages that depend on lualike