arcane_nodes 1.0.8 copy "arcane_nodes: ^1.0.8" to clipboard
arcane_nodes: ^1.0.8 copied to clipboard

A lightweight, scalable, and highly customizable package that empowers Flutter developers to create dynamic, interactive, and visually appealing node-based UIs.

135/ 160
pub points
43
downloads

We analyzed this package 2 days ago, and awarded it 135 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.8").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

61 out of 296 API elements (20.6 %) have documentation comments.

Some symbols that are missing documentation: fl_nodes, fl_nodes.AddLinkEvent.AddLinkEvent.fromJson, fl_nodes.AddLinkEvent.AddLinkEvent.new, fl_nodes.AddLinkEvent.link, fl_nodes.AddLinkEvent.toJson.

Passed check 10/10 points: Package has an example

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

Because:

  • package:arcane_nodes/arcane_nodes.dart that imports:
  • package:arcane_nodes/src/widgets/node_editor.dart that imports:
  • package:arcane_nodes/src/widgets/node_editor_data_layer.dart that imports:
  • package:keymap/keymap.dart that imports:
  • package:keymap/src/keyboard_widget.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:arcane_nodes/arcane_nodes.dart that imports:
  • package:arcane_nodes/src/widgets/node_editor.dart that imports:
  • package:arcane_nodes/src/widgets/node_editor_data_layer.dart that imports:
  • package:keymap/keymap.dart that imports:
  • package:keymap/src/keyboard_widget.dart that imports:
  • package:flutter_markdown/flutter_markdown.dart that imports:
  • package:flutter_markdown/src/widget.dart that imports:
  • package:flutter_markdown/src/_functions_io.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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 5 issues. Showing the first 2:

WARNING: The declaration '_computeBezierLinkPathMadScientist' isn't referenced.

lib/src/widgets/node_editor_render_object.dart:879:8

    ╷
879 │   Path _computeBezierLinkPathMadScientist(LinkData data) {
    │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Empty catch block.

lib/src/widgets/node_editor_data_layer.dart:902:33

    ╷
902 │                     } catch (e) {}
    │                                 ^^
    ╵

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
artifact ^1.0.14 1.0.14 1.0.14
fast_log ^1.0.7 1.0.7 1.0.7
flutter_context_menu ^0.2.4 0.2.5 0.3.0
flutter_shaders ^0.1.3 0.1.3 0.1.3
keymap ^0.0.92 0.0.92 0.0.92
os_detect ^2.0.3 2.0.3 2.0.3
uuid ^4.5.1 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
colored_print - 1.0.0 1.0.0
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
flutter_markdown - 0.6.23 0.7.7+1 Discontinued
intl - 0.20.2 0.20.2
markdown - 7.3.0 7.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
rxdart - 0.28.0 0.28.0
sprintf - 7.0.0 7.0.0
toxic - 1.3.4 1.3.4
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.

The constraint `^0.2.4` on flutter_context_menu does not support the stable version `0.3.0`, that was published 27 days ago.

When flutter_context_menu is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions flutter_context_menu 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.22.23, Flutter 3.35.3, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
135
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, scalable, and highly customizable package that empowers Flutter developers to create dynamic, interactive, and visually appealing node-based UIs.

Repository (GitHub)

Topics

#visual-scripting #workflow-editor #node-editor

Documentation

API reference

License

MIT (license)

Dependencies

artifact, fast_log, flutter, flutter_context_menu, flutter_shaders, keymap, os_detect, uuid

More

Packages that depend on arcane_nodes