flutter_js_pro 0.0.1 copy "flutter_js_pro: ^0.0.1" to clipboard
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 [...]

80/ 160
pub points
20
downloads

We analyzed this package 23 days ago, and awarded it 80 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.

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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutter_js_pro,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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.

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

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.dart that imports:
  • package:flutter_js_pro/web/web_runtime.dart that imports:
  • dart:js_interop
Package not compatible with platform iOS

Because:

  • package:flutter_js_pro/flutter_js.dart that imports:
  • package:flutter_js_pro/web/web_runtime.dart that imports:
  • dart:js_interop
Package not compatible with platform Windows

Because:

  • package:flutter_js_pro/flutter_js.dart that imports:
  • package:flutter_js_pro/web/web_runtime.dart that imports:
  • dart:js_interop
Package not compatible with platform Linux

Because:

  • package:flutter_js_pro/flutter_js.dart that imports:
  • package:flutter_js_pro/web/web_runtime.dart that imports:
  • dart:js_interop
Package not compatible with platform macOS

Because:

  • package:flutter_js_pro/flutter_js.dart that imports:
  • package:flutter_js_pro/web/web_runtime.dart that imports:
  • dart:js_interop
Package not compatible with platform Web

Because:

  • package:flutter_js_pro/javascriptcore/binding/js_base.dart that imports:
  • package:flutter_js_pro/javascriptcore/binding/jsc_ffi.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
7
likes
80
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

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 browser's native engine on Web via dart:js_interop.

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, http, sync_http

More

Packages that depend on flutter_js_pro

Packages that implement flutter_js_pro