goap_bh 0.0.3 copy "goap_bh: ^0.0.3" to clipboard
goap_bh: ^0.0.3 copied to clipboard

Goal Oriented Action Planning library. Forked from https://github.com/filiph/goap

0
likes
105/ 140
pub points
0%
popularity

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

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

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: goap_bh,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: goap_bh.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:12:49

   ╷
12 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

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

13 out of 35 API elements (37.1 %) have documentation comments.

Some symbols that are missing documentation: goap_bh.Action, goap_bh.Action.Action, goap_bh.ApplicabilityFunction, goap_bh.ApplyAction, goap_bh.FindPathParams.

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 9 issues. Showing the first 2:

INFO: Use the generic function type syntax in 'typedef's.

lib/src/a_star.dart:81:13

   ╷
81 │ typedef num GetCostFunction(Node a, Node b, Object? params);
   │             ^^^^^^^^^^^^^^^
   ╵

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

INFO: The variable name 'EMPTY_PATH' isn't a lowerCamelCase identifier.

lib/src/a_star.dart:96:22

   ╷
96 │   static final Queue EMPTY_PATH = new Queue();
   │                      ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/a_star.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.3.

Check the analysis log for details.

0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

Goal Oriented Action Planning library. Forked from https://github.com/filiph/goap

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on goap_bh