oagnodes 0.0.10 copy "oagnodes: ^0.0.10" to clipboard
oagnodes: ^0.0.10 copied to clipboard

A collection of classes to create and manage behavior trees and finite state machines.

0
likes
110/ 140
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

65 out of 83 API elements (78.3 %) have documentation comments.

Some symbols that are missing documentation: nodes, nodes.Closure.update, nodes.Composite.reset, nodes.Decorator.reset, nodes.DurationMonitor.update.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 33 issues. Showing the first 2:

WARNING: The keyword 'final' isn't necessary because the parameter is implicitly 'final'.

lib/src/closure.dart:30:17

   ╷
30 │   const Closure(final this._closure);
   │                 ^^^^^
   ╵

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

WARNING: The keyword 'final' isn't necessary because the parameter is implicitly 'final'.

lib/src/data_node.dart:13:12

   ╷
13 │   DataNode(final this.data);
   │            ^^^^^
   ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

No dependencies.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A collection of classes to create and manage behavior trees and finite state machines.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on oagnodes