ensemble_ts_interpreter 1.0.6
ensemble_ts_interpreter: ^1.0.6 copied to clipboard
A JavaScript (ES5) interpreter written entirely in Dart for Flutter applications. Execute JavaScript code inline within your Dart/Flutter app without external engines.
We analyzed this package 8 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has multiple matching pubspec.yaml with name: ensemble_ts_interpreter.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: ensemble_ts_interpreter, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
76 out of 806 API elements (9.4 %) 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: UserLocale, UserLocale.UserLocale, UserLocale.UserLocale.UserLocale.new, UserLocale.UserLocale.countryCode, UserLocale.UserLocale.from.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:ensemble_ts_interpreter/ensemble_ts_interpreter.dartthat imports:package:ensemble_ts_interpreter/invokables/invokableprimitives.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 41 issues. Showing the first 2:
INFO: Missing type annotation.
lib/extensions.dart:35:3
╷
35 │ getProperty(String name) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/extensions.dart
INFO: The file name 'UserLocale.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/invokables/UserLocale.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
duration |
^3.0.11 |
3.0.15 | 4.0.3 | |
ensemble_date |
^1.6.1 |
1.6.1 | 1.6.1 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
intl |
>=0.17.0 <=0.20.2 |
0.20.2 | 0.20.2 | |
json_path |
^0.7.2 |
0.7.6 | 0.9.0 | |
parsejs_null_safety |
^2.0.4 |
2.0.4 | 2.0.4 | |
source_span |
^1.9.1 |
1.10.1 | 1.10.1 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
iregexp |
- | 0.1.2 | 0.2.0 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
maybe_just_nothing |
- | 0.5.3 | 0.6.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 6.1.0 | 7.0.1 | |
rfc_6901 |
- | 0.2.1 | 0.2.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
timeago |
- | 3.7.1 | 3.7.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 0.3.1 | 1.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.11` on duration does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions duration to update the constraint.
The constraint `^0.7.2` on json_path does not support the stable version `0.8.0`.
Try running dart pub upgrade --major-versions json_path to update the constraint.
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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.