plough 0.6.0
plough: ^0.6.0 copied to clipboard
Flutter package to render interactive network graph visualizations, featuring multiple layout algorithms, customizable appearance.
We analyzed this package 3 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
365 out of 387 API elements (94.3 %) have documentation comments.
Some symbols that are missing documentation: plough
, plough.Graph.Graph.new
, plough.GraphConnectionPoints.outgoing
, plough.GraphCustomLayoutStrategy.GraphCustomLayoutStrategy.new
, plough.GraphCustomLayoutStrategyDelegate.GraphCustomLayoutStrategyDelegate.new
.
10/10 points: Package has an example and has no issues with screenshots
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:plough/plough.dart
that imports:package:plough/src/tooltip/tooltip.dart
that imports:package:plough/src/tooltip/widget/tooltip.dart
that imports:package:plough/src/graph/graph.dart
that imports:package:plough/src/graph/order_manager.dart
that imports:package:plough/src/graph_view/widget/graph.dart
that imports:package:plough/src/utils/logger.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:plough/plough.dart
that imports:package:plough/src/tooltip/tooltip.dart
that imports:package:plough/src/tooltip/widget/tooltip.dart
that imports:package:plough/src/graph/graph.dart
that imports:package:plough/src/graph/order_manager.dart
that imports:package:plough/src/graph_view/widget/graph.dart
that imports:package:plough/src/utils/logger.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
event_bus |
^2.0.1 |
2.0.1 | 2.0.1 | |
fast_immutable_collections |
^11.0.0 |
11.0.4 | 11.0.4 | |
flame |
^1.23.0 |
1.28.0 | 1.28.0 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.0.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
logger |
^2.4.0 |
2.5.0 | 2.5.0 | |
provider |
^6.1.2 |
6.1.4 | 6.1.4 | |
signals |
^6.0.2 |
6.0.2 | 6.0.2 | |
signals_flutter |
^6.0.2 |
6.0.2 | 6.0.2 | |
uuid |
^4.5.0 |
4.5.1 | 4.5.1 | |
very_good_analysis |
^7.0.0 |
7.0.0 | 7.0.0 | |
vs_scrollbar |
^1.0.0 |
1.0.0 | 1.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
crypto |
- | 3.0.6 | 3.0.6 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
ordered_set |
- | 7.0.0 | 7.0.0 | |
preact_signals |
- | 1.8.3 | 1.8.3 | |
signals_core |
- | 6.0.2 | 6.0.2 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.4.4` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.