a_star 2.0.0 copy "a_star: ^2.0.0" to clipboard
a_star: ^2.0.0 copied to clipboard

A comprehensive A* algorithm. Suitable for anything from physical grids to abstract search spaces.

CHANGES #

2.0.0 #

  • Updated to Dart 3.0
  • Added a more generic API, which allows for an infinite or non-physical grid
  • Breaking: Removed the legacy API

1.0.0 #

  • Updated for Dart 2.15+ null safety
  • dart:html web/* example still exists, but is not tested and may not work.
  • Move from hand-rolled set of lints to Dart team package:lint recommended ones.

0.4.0 #

  • Updated for compatibility with 2019 Dart (2.8+).

0.2.0 #

1
likes
115
pub points
67%
popularity

Publisher

unverified uploader

A comprehensive A* algorithm. Suitable for anything from physical grids to abstract search spaces.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

collection, meta

More

Packages that depend on a_star