flutter_js_pro 0.0.1
flutter_js_pro: ^0.0.1 copied to clipboard
A unified JavaScript runtime for Flutter that works seamlessly across all platforms (Web, Android, iOS, Windows, macOS, Linux). Uses QuickJS on Android/Windows/Linux, JavaScriptCore on iOS/macOS, and [...]
We analyzed this package 23 days ago, and awarded it 80 pub points (of a possible 160):
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.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: flutter_js_pro.
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: flutter_js_pro, - 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
437 out of 863 API elements (50.6 %) have documentation comments.
Some symbols that are missing documentation: fetch, fetch.JavascriptRuntimeFetchExtension, fetch.JavascriptRuntimeFetchExtension.enableFetch, fetch.debug, fetch.setFetchDebug.
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 Android
Because:
package:flutter_js_pro/flutter_js.dartthat imports:package:flutter_js_pro/web/web_runtime.dartthat imports:dart:js_interop
Package not compatible with platform iOS
Because:
package:flutter_js_pro/flutter_js.dartthat imports:package:flutter_js_pro/web/web_runtime.dartthat imports:dart:js_interop
Package not compatible with platform Windows
Because:
package:flutter_js_pro/flutter_js.dartthat imports:package:flutter_js_pro/web/web_runtime.dartthat imports:dart:js_interop
Package not compatible with platform Linux
Because:
package:flutter_js_pro/flutter_js.dartthat imports:package:flutter_js_pro/web/web_runtime.dartthat imports:dart:js_interop
Package not compatible with platform macOS
Because:
package:flutter_js_pro/flutter_js.dartthat imports:package:flutter_js_pro/web/web_runtime.dartthat imports:dart:js_interop
Package not compatible with platform Web
Because:
package:flutter_js_pro/javascriptcore/binding/js_base.dartthat imports:package:flutter_js_pro/javascriptcore/binding/jsc_ffi.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 70 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/src/runtime/js_runtime_web.dart:2:8
╷
2 │ import 'dart:js_util' as js_util;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/runtime/js_runtime_web.dart
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/src/utils/type_conversion.dart:2:8
╷
2 │ import 'dart:js_util' as js_util;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/type_conversion.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.0 |
2.1.4 | 2.1.4 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
sync_http |
^0.3.0 |
0.3.1 | 0.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
URI_DOES_NOT_EXIST-lib/src/runtime/js_runtime_web.dart:2:8- Target of URI doesn't exist: 'dart:js_util'.URI_DOES_NOT_EXIST-lib/src/utils/type_conversion.dart:2:8- Target of URI doesn't exist: 'dart:js_util'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.