kiss_graph 0.2.0 copy "kiss_graph: ^0.2.0" to clipboard
kiss_graph: ^0.2.0 copied to clipboard

A reusable library for managing graph-based nodes with spatial queries and path tracing, featuring dependency injection support

140/ 160
pub points
23
downloads

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

Passed report section
Follow Dart file conventions
30 / 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

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

97 out of 287 API elements (33.8 %) have documentation comments.

Some symbols that are missing documentation: graph-node-api.openapi, graph-node-api.openapi.GraphNodeApi, graph-node-api.openapi.GraphNodeApi.GraphNodeApi.new, graph-node-api.openapi.GraphNodeApiClient, graph-node-api.openapi.GraphNodeApiClient.GraphNodeApiClient.new.

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 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:kiss_graph/kiss_graph.dart that imports:
  • package:kiss_graph/services/node_service.dart that imports:
  • package:kiss_graph/repositories/node_queries.dart that imports:
  • package:kiss_graph/api/graph-node-api.openapi.dart that imports:
  • package:openapi_base/openapi_base.dart that imports:
  • package:openapi_base/src/server/openapi_shelf_noop_server.dart that imports:
  • package:openapi_base/src/server/openapi_server_base.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 41 issues. Showing the first 2:

INFO: Missing documentation explaining why the diagnostic is ignored.

lib/api/graph-node-api.openapi.dart:3:1

  ╷
3 │ // ignore_for_file: prefer_initializing_formals, library_private_types_in_public_api, annotate_overrides, unused_element
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/api/graph-node-api.openapi.dart

INFO: Required named parameters should be before optional named parameters.

lib/api/graph-node-api.openapi.dart:121:19

    ╷
121 │     required this.content,
    │                   ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/api/graph-node-api.openapi.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
freezed_annotation ^3.1.0 3.1.0 3.1.0
json_annotation ^4.8.1 4.9.0 4.9.0
kiss ^0.0.1 0.0.1 0.0.1
kiss_repository ^0.11.0 0.11.0 0.16.0
meta ^1.12.0 1.17.0 1.17.0
openapi_base ^2.0.0 2.0.0 2.0.0
shelf_plus ^1.6.0 1.11.0 1.11.0
uuid ^4.1.0 4.5.2 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
chunked_stream - 1.4.2 1.4.2
clock - 1.1.2 1.1.2
codable_forked - 1.0.0+3 1.0.0+3
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dio - 5.9.0 5.9.0
dio_web_adapter - 2.1.1 2.1.1
fixnum - 1.1.1 1.1.1
hotreloader - 4.3.0 4.3.0
http - 1.6.0 1.6.0
http_methods - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
logging - 1.3.0 1.3.0
logging_appenders - 1.4.0+1 1.4.0+1
matcher - 0.12.18 0.12.18
mime - 2.0.0 2.0.0
mime_type - 1.0.1 1.0.1
open_api_forked - 3.0.0+6 3.0.0+6
path - 1.9.1 1.9.1
quiver - 3.2.2 3.2.2
rxdart - 0.28.0 0.28.0
shelf - 1.4.2 1.4.2
shelf_hotreload - 1.6.0 1.6.0
shelf_router - 1.1.4 1.1.4
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 3.0.0 3.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
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_api - 0.7.8 0.7.8
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.0
vm_service - 15.0.2 15.0.2
watcher - 1.2.0 1.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3

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

The constraint `^0.11.0` on kiss_repository does not support the stable version `0.12.0`.

Try running dart pub upgrade --major-versions kiss_repository 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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A reusable library for managing graph-based nodes with spatial queries and path tracing, featuring dependency injection support

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

freezed_annotation, json_annotation, kiss, kiss_repository, meta, openapi_base, shelf_plus, uuid

More

Packages that depend on kiss_graph