dart_eval 0.7.2
dart_eval: ^0.7.2 copied to clipboard
A flexible Dart bytecode compiler and interpreter written in Dart, enabling dynamic execution and code push for AOT Dart apps.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
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-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
941 out of 1221 API elements (77.1 %) have documentation comments.
Some symbols that are missing documentation: Compiler
, defineBridgeClass
, runtimeTypes
, bridgeEnumMappings
, bridgeFuncMappings
.
10/10 points: Package has an example
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:dart_eval/dart_eval.dart
that imports:package:dart_eval/src/eval/runtime/override.dart
that imports:package:dart_eval/stdlib/core.dart
that imports:package:dart_eval/src/eval/shared/stdlib/core/uri.dart
that imports:package:dart_eval/src/eval/utils/wap_helper.dart
that imports:package:dart_eval/dart_eval_bridge.dart
that imports:package:dart_eval/src/eval/bridge/declaration.dart
that imports:package:dart_eval/src/eval/compiler/util.dart
that imports:package:dart_eval/src/eval/runtime/runtime.dart
that imports:package:dart_eval/src/eval/shared/stdlib/io.dart
that imports:package:dart_eval/src/eval/shared/stdlib/io/io_sink.dart
that imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
lib/src/eval/shared/stdlib/core/list.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer |
^6.0.0 |
6.3.0 | 6.3.0 |
args |
^2.4.0 |
2.4.2 | 2.4.2 |
collection |
^1.17.0 |
1.18.0 | 1.18.0 |
dart_style |
^2.3.0 |
2.3.4 | 2.3.4 |
directed_graph |
>=0.3.9 <0.5.0 |
0.4.0 | 0.4.0 |
json_annotation |
^4.4.0 |
4.8.1 | 4.8.1 |
package_config |
^2.1.0 |
2.1.0 | 2.1.0 |
path |
^1.8.0 |
1.9.0 | 1.9.0 |
pub_semver |
^2.1.0 |
2.1.4 | 2.1.4 |
pubspec_parse |
^1.2.0 |
1.2.3 | 1.2.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 65.0.0 | 65.0.0 |
async |
- | 2.11.0 | 2.11.0 |
checked_yaml |
- | 2.0.3 | 2.0.3 |
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
exception_templates |
- | 0.3.0 | 0.3.0 |
file |
- | 7.0.0 | 7.0.0 |
glob |
- | 2.1.2 | 2.1.2 |
lazy_memo |
- | 0.2.2 | 0.2.2 |
meta |
- | 1.11.0 | 1.11.0 |
quote_buffer |
- | 0.2.5 | 0.2.5 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
watcher |
- | 1.1.0 | 1.1.0 |
yaml |
- | 3.1.2 | 3.1.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
Analyzed with Pana 0.21.43
, Dart 3.2.1
.
Check the analysis log for details.