flux_flutter 2.0.0 copy "flux_flutter: ^2.0.0" to clipboard
flux_flutter: ^2.0.0 copied to clipboard

Flutter bindings for the Flux scripting language.

110/ 160
pub points
189
downloads

We analyzed this package 13 hours ago, and awarded it 110 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 short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

packages/flux_flutter/pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

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: flux_flutter,
    • 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

122 out of 182 API elements (67.0 %) have documentation comments.

Some symbols that are missing documentation: flux_flutter, flux_flutter.FluxBindings.FluxBindings.new, flux_flutter.FluxCast.FluxCast.new, flux_flutter.FluxDebugConfig.FluxDebugConfig.new, flux_flutter.FluxErrorBoundary.FluxErrorBoundary.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flux_flutter/flux_flutter.dart that imports:
  • package:flux_flutter/src/hot_reload.dart that imports:
  • package:flux_flutter/src/riverpod_integration.dart that imports:
  • package:flux_flutter/src/bindings.dart that imports:
  • package:flux_flutter/src/modules/camera_preview.dart that imports:
  • package:flux_flutter/src/modules/camera_module.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flux_flutter/flux_flutter.dart that imports:
  • package:flux_flutter/src/hot_reload.dart that imports:
  • package:flux_flutter/src/riverpod_integration.dart that imports:
  • package:flux_flutter/src/bindings.dart that imports:
  • package:flux_flutter/src/modules/camera_preview.dart that imports:
  • package:flux_flutter/src/modules/camera_module.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:flux_flutter/flux_flutter.dart that imports:
  • package:flux_flutter/src/hot_reload.dart that imports:
  • package:flux_flutter/src/riverpod_integration.dart that imports:
  • package:flux_flutter/src/bindings.dart that imports:
  • package:flux_flutter/src/modules/camera_preview.dart that imports:
  • package:flux_flutter/src/modules/camera_module.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:flux_flutter/flux_flutter.dart that imports:
  • package:flux_flutter/src/hot_reload.dart that imports:
  • package:flux_flutter/src/riverpod_integration.dart that imports:
  • package:flux_flutter/src/bindings.dart that imports:
  • package:flux_flutter/src/modules/camera_preview.dart that imports:
  • package:flux_flutter/src/modules/camera_module.dart that imports:
  • package:flux_vm/flux_vm.dart that imports:
  • package:flux_vm/src/script_loader.dart that imports:
  • dart:io

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:flux_flutter/flux_flutter.dart that imports:
  • package:flux_flutter/src/hot_reload.dart that imports:
  • package:flux_flutter/src/riverpod_integration.dart that imports:
  • package:flux_flutter/src/flux_widget.dart that imports:
  • package:flux_flutter/src/modules/flux_native_modules.dart that imports:
  • package:flux_flutter/src/modules/device_info_module.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flux_flutter/flux_flutter.dart that imports:
  • package:flux_flutter/src/hot_reload.dart that imports:
  • package:flux_flutter/src/riverpod_integration.dart that imports:
  • package:flux_flutter/src/flux_widget.dart that imports:
  • package:flux_flutter/src/modules/flux_native_modules.dart that imports:
  • package:flux_flutter/src/modules/device_info_module.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 12 issues. Showing the first 2:

WARNING: Unused import: 'dart:ui'.

lib/src/bindings.dart:3:8

  ╷
3 │ import 'dart:ui' show lerpDouble;
  │        ^^^^^^^^^
  ╵

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

WARNING: The value of the local variable 'buildFunc' isn't used.

lib/src/riverpod_integration.dart:250:11

    ╷
250 │     final buildFunc = widget.buildMethod;
    │           ^^^^^^^^^
    ╵

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

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
camera ^0.11.0 0.11.3 0.11.3
crypto ^3.0.3 3.0.7 3.0.7
device_info_plus ^10.1.0 10.1.2 12.3.0
flutter_blue_plus ^1.34.0 1.36.8 2.1.0
flutter_riverpod ^3.0.0 3.2.0 3.2.0
flux_compiler ^2.0.0 2.0.0 2.0.0
flux_vm ^2.0.0 2.0.0 2.0.0
http ^1.6.0 1.6.0 1.6.0
package_info_plus ^8.0.0 8.3.1 9.0.0
permission_handler ^11.3.1 11.4.0 12.0.1
shared_preferences ^2.4.0 2.5.4 2.5.4
web_socket_channel ^3.0.3 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 91.0.0 94.0.0
analyzer - 8.4.1 10.0.2
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bluez - 0.8.3 0.8.3
boolean_selector - 2.1.2 2.1.2
camera_android_camerax - 0.6.29 0.6.29
camera_avfoundation - 0.9.22+9 0.9.22+9
camera_platform_interface - 2.12.0 2.12.0
camera_web - 0.3.5+3 0.3.5+3
characters - 1.4.0 1.4.1
cli_config - 0.2.0 0.2.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
coverage - 1.15.0 1.15.0
cross_file - 0.3.5+2 0.3.5+2
cryptography - 2.9.0 2.9.0
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
fake_async - 1.3.3 1.3.3
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
flutter_blue_plus_android - 7.0.4 8.1.0
flutter_blue_plus_darwin - 7.0.3 8.1.0
flutter_blue_plus_linux - 7.0.3 8.1.0
flutter_blue_plus_platform_interface - 7.0.0 8.1.0
flutter_blue_plus_web - 7.0.2 8.1.0
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
js - 0.7.2 0.7.2 Discontinued
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
mime - 2.0.0 2.0.0
node_preamble - 2.0.2 2.0.2
package_config - 2.2.0 2.2.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pool - 1.5.2 1.5.2
pub_semver - 2.2.0 2.2.0
riverpod - 3.2.0 3.2.0
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.4.20 2.4.20
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 3.0.0 3.0.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.13 0.10.13
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test - 1.26.3 1.29.0
test_api - 0.7.7 0.7.9
test_core - 0.6.12 0.6.15
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
webkit_inspection_protocol - 1.2.1 1.2.1
win32 - 5.15.0 5.15.0
win32_registry - 1.1.5 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

Found 4 issues. Showing the first 2:

The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

The constraint `^1.34.0` on flutter_blue_plus does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions flutter_blue_plus 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.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter bindings for the Flux scripting language.

Documentation

API reference

License

MIT (license)

Dependencies

camera, crypto, device_info_plus, flutter, flutter_blue_plus, flutter_riverpod, flux_compiler, flux_vm, http, package_info_plus, permission_handler, shared_preferences, web_socket_channel

More

Packages that depend on flux_flutter